Shades of Olivine #9CAE80
Tints of Olivine #9CAE80
RGB
CMYK
RGB Variations
Color information
#9CAE80 (or 0x9CAE80) is known color: Olivine. HEX triplet: 9C, AE and 80. RGB value is (156,174,128). Sum of RGB (Red+Green+Blue) = 156+174+128=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE80 is #63517F. Grayscale: #A3A3A3. Windows color (decimal): -6508928 or 8433308. OLE color: 8433308.
HSL color Cylindrical-coordinate representation of color #9CAE80: hue angle of 83.48º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CAE80 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 128 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.32 |
| HSL | 83.48º | 0.22% | 0.59% | - |
| HSV(B) | 83.48º | 0.26% | 0.68% | - |
| XYZ | 32.74 | 38.9 | 26.2 | - |
| YUV | 163.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 128 | 0.10 | 0 | 0.26 | 0.32 | 83.48 | 0.22 | 0.59 |
| Hex | 9C | AE | 80 | A | 0 | 1A | 20 | 53 | 16 | 3B |
| Octal | 234 | 256 | 200 | 12 | 0 | 32 | 40 | 123 | 26 | 73 |
| Binary | 10011100 | 10101110 | 10000000 | 1010 | 0 | 11010 | 100000 | 1010011 | 10110 | 111011 |
Color Harmonies of #9CAE80
Complementary color
Monochromatic Colors of #9CAE80
Black with #9CAE80
Text Example
Text Example
White with #9CAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE80; }
p { color: rgb(156,174,128); }
H1.HeaderClassName
{
color: #9CAE80;
}
.AnyTagClassName
{
color: #9CAE80;
}
</style>
background-color css
<style>
a { background-color: #9CAE80; }
a { background-color: rgb(156,174,128); }
div.DivClassName
{
background-color: #9CAE80;
}
.BgClassName
{
background-color: #9CAE80;
}
</style>
border-color css
<style>
span { border-color: #9CAE80; }
span { border-color: rgb(156,174,128); }
td.TdClassName
{
border-color: #9CAE80;
}
.TagClassName
{
border-color: #9CAE80;
}
</style>