#9AC265

Color #9AC265 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9AC265

Tints of Olivine #9AC265

Color information

#9AC265 (or 0x9AC265) is unknown color: approx Olivine. HEX triplet: 9A, C2 and 65. RGB value is (154,194,101). Sum of RGB (Red+Green+Blue) = 154+194+101=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC265 is #653D9A. Grayscale: #ABABAB. Windows color (decimal): -6634907 or 6668954. OLE color: 6668954.

HSL color Cylindrical-coordinate representation of color #9AC265: hue angle of 85.81º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AC265 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB154194101-
CMYK0.2100.480.24
HSL85.81º43.26%57.84%-
HSV(B)85.81º47.94%76.08%-
XYZ34.9746.3919.42-
YUV171.4488.25115.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 34.30%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=34.30%
G=43.21%
B=22.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941010.2100.480.2485.8143.2657.84
Hex9AC2651503018562b3a
Octal23230214525060301265372
Binary10011010110000101100101101010110000110001010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC265; }

 p { color: rgb(154,194,101); }

 H1.HeaderClassName
 {
   color: #9AC265;
 }
 .AnyTagClassName
 {
   color: #9AC265;
 }
</style>
background-color css

<style>
 a { background-color: #9AC265; }

 a { background-color: rgb(154,194,101); }

 div.DivClassName
 {
   background-color: #9AC265;
 }
 .BgClassName
 {
   background-color: #9AC265;
 }
</style>
border-color css

<style>
 span { border-color: #9AC265; }

 span { border-color: rgb(154,194,101); }

 td.TdClassName
 {
   border-color: #9AC265;
 }
 .TagClassName
 {
   border-color: #9AC265;
 }
</style>