#9CD16D

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

Shades of Olivine #9CD16D

Tints of Olivine #9CD16D

Color information

#9CD16D (or 0x9CD16D) is unknown color: approx Olivine. HEX triplet: 9C, D1 and 6D. RGB value is (156,209,109). Sum of RGB (Red+Green+Blue) = 156+209+109=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD16D is #632E92. Grayscale: #B6B6B6. Windows color (decimal): -6499987 or 7197084. OLE color: 7197084.

HSL color Cylindrical-coordinate representation of color #9CD16D: hue angle of 91.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CD16D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB156209109-
CMYK0.2500.480.18
HSL91.8º52.08%62.35%-
HSV(B)91.8º47.85%81.96%-
XYZ39.2753.7722.78-
YUV181.7586.94109.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=32.91%
G=44.09%
B=23.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562091090.2500.480.1891.852.0862.35
Hex9CD16D19030125c343e
Octal23432115531060221346476
Binary10011100110100011101101110010110000100101011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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