#9CC16D

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

Shades of Olivine #9CC16D

Tints of Olivine #9CC16D

Color information

#9CC16D (or 0x9CC16D) is unknown color: approx Olivine. HEX triplet: 9C, C1 and 6D. RGB value is (156,193,109). Sum of RGB (Red+Green+Blue) = 156+193+109=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC16D is #633E92. Grayscale: #ACACAC. Windows color (decimal): -6504083 or 7192988. OLE color: 7192988.

HSL color Cylindrical-coordinate representation of color #9CC16D: hue angle of 86.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC16D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB156193109-
CMYK0.1900.440.24
HSL86.43º40.38%59.22%-
HSV(B)86.43º43.52%75.69%-
XYZ35.5446.3121.53-
YUV172.3692.24116.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=34.06%
G=42.14%
B=23.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561931090.1900.440.2486.4340.3859.22
Hex9CC16D1302C1856283b
Octal23430115523054301265073
Binary10011100110000011101101100110101100110001010110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,109); }

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

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

 a { background-color: rgb(156,193,109); }

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

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

 span { border-color: rgb(156,193,109); }

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