Shades of Olivine #9CD26C
Tints of Olivine #9CD26C
RGB
CMYK
RGB Variations
Color information
#9CD26C (or 0x9CD26C) is known color: Olivine. HEX triplet: 9C, D2 and 6C. RGB value is (156,210,108). Sum of RGB (Red+Green+Blue) = 156+210+108=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD26C is #632D93. Grayscale: #B6B6B6. Windows color (decimal): -6499732 or 7131804. OLE color: 7131804.
HSL color Cylindrical-coordinate representation of color #9CD26C: hue angle of 91.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CD26C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 108 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.18 |
| HSL | 91.76º | 0.53% | 0.62% | - |
| HSV(B) | 91.76º | 0.49% | 0.82% | - |
| XYZ | 39.46 | 54.24 | 22.58 | - |
| YUV | 182.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 108 | 0.26 | 0 | 0.49 | 0.18 | 91.76 | 0.53 | 0.62 |
| Hex | 9C | D2 | 6C | 1A | 0 | 31 | 12 | 5C | 35 | 3E |
| Octal | 234 | 322 | 154 | 32 | 0 | 61 | 22 | 134 | 65 | 76 |
| Binary | 10011100 | 11010010 | 1101100 | 11010 | 0 | 110001 | 10010 | 1011100 | 110101 | 111110 |
Color Harmonies of #9CD26C
Complementary color
Monochromatic Colors of #9CD26C
Black with #9CD26C
Text Example
Text Example
White with #9CD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD26C; }
p { color: rgb(156,210,108); }
H1.HeaderClassName
{
color: #9CD26C;
}
.AnyTagClassName
{
color: #9CD26C;
}
</style>
background-color css
<style>
a { background-color: #9CD26C; }
a { background-color: rgb(156,210,108); }
div.DivClassName
{
background-color: #9CD26C;
}
.BgClassName
{
background-color: #9CD26C;
}
</style>
border-color css
<style>
span { border-color: #9CD26C; }
span { border-color: rgb(156,210,108); }
td.TdClassName
{
border-color: #9CD26C;
}
.TagClassName
{
border-color: #9CD26C;
}
</style>