Shades of Olivine #9CD16C
Tints of Olivine #9CD16C
RGB
CMYK
RGB Variations
Color information
#9CD16C (or 0x9CD16C) is known color: Olivine. HEX triplet: 9C, D1 and 6C. RGB value is (156,209,108). Sum of RGB (Red+Green+Blue) = 156+209+108=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD16C is #632E93. Grayscale: #B5B5B5. Windows color (decimal): -6499988 or 7131548. OLE color: 7131548.
HSL color Cylindrical-coordinate representation of color #9CD16C: hue angle of 91.49º 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 #9CD16C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 209 | 108 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.18 |
| HSL | 91.49º | 0.52% | 0.62% | - |
| HSV(B) | 91.49º | 0.48% | 0.82% | - |
| XYZ | 39.22 | 53.75 | 22.5 | - |
| YUV | 181.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 209 | 108 | 0.25 | 0 | 0.48 | 0.18 | 91.49 | 0.52 | 0.62 |
| Hex | 9C | D1 | 6C | 19 | 0 | 30 | 12 | 5B | 34 | 3E |
| Octal | 234 | 321 | 154 | 31 | 0 | 60 | 22 | 133 | 64 | 76 |
| Binary | 10011100 | 11010001 | 1101100 | 11001 | 0 | 110000 | 10010 | 1011011 | 110100 | 111110 |
Color Harmonies of #9CD16C
Complementary color
Monochromatic Colors of #9CD16C
Black with #9CD16C
Text Example
Text Example
White with #9CD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD16C; }
p { color: rgb(156,209,108); }
H1.HeaderClassName
{
color: #9CD16C;
}
.AnyTagClassName
{
color: #9CD16C;
}
</style>
background-color css
<style>
a { background-color: #9CD16C; }
a { background-color: rgb(156,209,108); }
div.DivClassName
{
background-color: #9CD16C;
}
.BgClassName
{
background-color: #9CD16C;
}
</style>
border-color css
<style>
span { border-color: #9CD16C; }
span { border-color: rgb(156,209,108); }
td.TdClassName
{
border-color: #9CD16C;
}
.TagClassName
{
border-color: #9CD16C;
}
</style>