Shades of Olivine #9CC17D
Tints of Olivine #9CC17D
RGB
CMYK
RGB Variations
Color information
#9CC17D (or 0x9CC17D) is known color: Olivine. HEX triplet: 9C, C1 and 7D. RGB value is (156,193,125). Sum of RGB (Red+Green+Blue) = 156+193+125=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC17D is #633E82. Grayscale: #AEAEAE. Windows color (decimal): -6504067 or 8241564. OLE color: 8241564.
HSL color Cylindrical-coordinate representation of color #9CC17D: hue angle of 92.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC17D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 125 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.24 |
| HSL | 92.65º | 0.35% | 0.62% | - |
| HSV(B) | 92.65º | 0.35% | 0.76% | - |
| XYZ | 36.48 | 46.69 | 26.49 | - |
| YUV | 174.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 125 | 0.19 | 0 | 0.35 | 0.24 | 92.65 | 0.35 | 0.62 |
| Hex | 9C | C1 | 7D | 13 | 0 | 23 | 18 | 5D | 23 | 3E |
| Octal | 234 | 301 | 175 | 23 | 0 | 43 | 30 | 135 | 43 | 76 |
| Binary | 10011100 | 11000001 | 1111101 | 10011 | 0 | 100011 | 11000 | 1011101 | 100011 | 111110 |
Color Harmonies of #9CC17D
Complementary color
Monochromatic Colors of #9CC17D
Black with #9CC17D
Text Example
Text Example
White with #9CC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC17D; }
p { color: rgb(156,193,125); }
H1.HeaderClassName
{
color: #9CC17D;
}
.AnyTagClassName
{
color: #9CC17D;
}
</style>
background-color css
<style>
a { background-color: #9CC17D; }
a { background-color: rgb(156,193,125); }
div.DivClassName
{
background-color: #9CC17D;
}
.BgClassName
{
background-color: #9CC17D;
}
</style>
border-color css
<style>
span { border-color: #9CC17D; }
span { border-color: rgb(156,193,125); }
td.TdClassName
{
border-color: #9CC17D;
}
.TagClassName
{
border-color: #9CC17D;
}
</style>