#9CC56A

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

Shades of Olivine #9CC56A

Tints of Olivine #9CC56A

Color information

#9CC56A (or 0x9CC56A) is unknown color: approx Olivine. HEX triplet: 9C, C5 and 6A. RGB value is (156,197,106). Sum of RGB (Red+Green+Blue) = 156+197+106=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC56A is #633A95. Grayscale: #AEAEAE. Windows color (decimal): -6503062 or 6997404. OLE color: 6997404.

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

Color convert

RGB156197106-
CMYK0.2100.460.23
HSL87.03º43.96%59.41%-
HSV(B)87.03º46.19%77.25%-
XYZ36.2848.0421-
YUV174.3789.42114.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=33.99%
G=42.92%
B=23.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561971060.2100.460.2387.0343.9659.41
Hex9CC56A1502E17572c3b
Octal23430515225056271275473
Binary10011100110001011101010101010101110101111010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,197,106); }

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

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

 a { background-color: rgb(156,197,106); }

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

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

 span { border-color: rgb(156,197,106); }

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