#9AC476

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

Shades of Olivine #9AC476

Tints of Olivine #9AC476

Color information

#9AC476 (or 0x9AC476) is unknown color: approx Olivine. HEX triplet: 9A, C4 and 76. RGB value is (154,196,118). Sum of RGB (Red+Green+Blue) = 154+196+118=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC476 is #653B89. Grayscale: #AEAEAE. Windows color (decimal): -6634378 or 7783578. OLE color: 7783578.

HSL color Cylindrical-coordinate representation of color #9AC476: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC476 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB154196118-
CMYK0.2100.400.23
HSL92.31º39.8%61.57%-
HSV(B)92.31º39.8%76.86%-
XYZ36.3447.6624.42-
YUV174.5596.09113.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=32.91%
G=41.88%
B=25.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961180.2100.400.2392.3139.861.57
Hex9AC47615028175c283e
Octal23230416625050271345076
Binary10011010110001001110110101010101000101111011100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,118); }

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

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

 a { background-color: rgb(154,196,118); }

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

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

 span { border-color: rgb(154,196,118); }

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