Shades of Olivine #9DCE64
Tints of Olivine #9DCE64
RGB
CMYK
RGB Variations
Color information
#9DCE64 (or 0x9DCE64) is known color: Olivine. HEX triplet: 9D, CE and 64. RGB value is (157,206,100). Sum of RGB (Red+Green+Blue) = 157+206+100=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE64 is #62319B. Grayscale: #B3B3B3. Windows color (decimal): -6435228 or 6606493. OLE color: 6606493.
HSL color Cylindrical-coordinate representation of color #9DCE64: hue angle of 87.74º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DCE64 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 100 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.19 |
| HSL | 87.74º | 0.52% | 0.6% | - |
| HSV(B) | 87.74º | 0.51% | 0.81% | - |
| XYZ | 38.28 | 52.23 | 20.12 | - |
| YUV | 179.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 100 | 0.24 | 0 | 0.51 | 0.19 | 87.74 | 0.52 | 0.6 |
| Hex | 9D | CE | 64 | 18 | 0 | 33 | 13 | 58 | 34 | 3C |
| Octal | 235 | 316 | 144 | 30 | 0 | 63 | 23 | 130 | 64 | 74 |
| Binary | 10011101 | 11001110 | 1100100 | 11000 | 0 | 110011 | 10011 | 1011000 | 110100 | 111100 |
Color Harmonies of #9DCE64
Complementary color
Monochromatic Colors of #9DCE64
Black with #9DCE64
Text Example
Text Example
White with #9DCE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE64; }
p { color: rgb(157,206,100); }
H1.HeaderClassName
{
color: #9DCE64;
}
.AnyTagClassName
{
color: #9DCE64;
}
</style>
background-color css
<style>
a { background-color: #9DCE64; }
a { background-color: rgb(157,206,100); }
div.DivClassName
{
background-color: #9DCE64;
}
.BgClassName
{
background-color: #9DCE64;
}
</style>
border-color css
<style>
span { border-color: #9DCE64; }
span { border-color: rgb(157,206,100); }
td.TdClassName
{
border-color: #9DCE64;
}
.TagClassName
{
border-color: #9DCE64;
}
</style>