Shades of Olivine #9CD268
Tints of Olivine #9CD268
RGB
CMYK
RGB Variations
Color information
#9CD268 (or 0x9CD268) is known color: Olivine. HEX triplet: 9C, D2 and 68. RGB value is (156,210,104). Sum of RGB (Red+Green+Blue) = 156+210+104=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD268 is #632D97. Grayscale: #B6B6B6. Windows color (decimal): -6499736 or 6869660. OLE color: 6869660.
HSL color Cylindrical-coordinate representation of color #9CD268: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CD268 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 104 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.18 |
| HSL | 90.57º | 0.54% | 0.62% | - |
| HSV(B) | 90.57º | 0.5% | 0.82% | - |
| XYZ | 39.26 | 54.16 | 21.48 | - |
| YUV | 181.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 104 | 0.26 | 0 | 0.50 | 0.18 | 90.57 | 0.54 | 0.62 |
| Hex | 9C | D2 | 68 | 1A | 0 | 32 | 12 | 5B | 36 | 3E |
| Octal | 234 | 322 | 150 | 32 | 0 | 62 | 22 | 133 | 66 | 76 |
| Binary | 10011100 | 11010010 | 1101000 | 11010 | 0 | 110010 | 10010 | 1011011 | 110110 | 111110 |
Color Harmonies of #9CD268
Complementary color
Monochromatic Colors of #9CD268
Black with #9CD268
Text Example
Text Example
White with #9CD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD268; }
p { color: rgb(156,210,104); }
H1.HeaderClassName
{
color: #9CD268;
}
.AnyTagClassName
{
color: #9CD268;
}
</style>
background-color css
<style>
a { background-color: #9CD268; }
a { background-color: rgb(156,210,104); }
div.DivClassName
{
background-color: #9CD268;
}
.BgClassName
{
background-color: #9CD268;
}
</style>
border-color css
<style>
span { border-color: #9CD268; }
span { border-color: rgb(156,210,104); }
td.TdClassName
{
border-color: #9CD268;
}
.TagClassName
{
border-color: #9CD268;
}
</style>