Shades of Olivine #9ACD70
Tints of Olivine #9ACD70
RGB
CMYK
RGB Variations
Color information
#9ACD70 (or 0x9ACD70) is known color: Olivine. HEX triplet: 9A, CD and 70. RGB value is (154,205,112). Sum of RGB (Red+Green+Blue) = 154+205+112=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD70 is #65328F. Grayscale: #B3B3B3. Windows color (decimal): -6632080 or 7392666. OLE color: 7392666.
HSL color Cylindrical-coordinate representation of color #9ACD70: hue angle of 92.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ACD70 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 112 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.20 |
| HSL | 92.9º | 0.48% | 0.62% | - |
| HSV(B) | 92.9º | 0.45% | 0.8% | - |
| XYZ | 38.08 | 51.7 | 23.3 | - |
| YUV | 179.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 112 | 0.25 | 0 | 0.45 | 0.20 | 92.9 | 0.48 | 0.62 |
| Hex | 9A | CD | 70 | 19 | 0 | 2D | 14 | 5D | 30 | 3E |
| Octal | 232 | 315 | 160 | 31 | 0 | 55 | 24 | 135 | 60 | 76 |
| Binary | 10011010 | 11001101 | 1110000 | 11001 | 0 | 101101 | 10100 | 1011101 | 110000 | 111110 |
Color Harmonies of #9ACD70
Complementary color
Monochromatic Colors of #9ACD70
Black with #9ACD70
Text Example
Text Example
White with #9ACD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD70; }
p { color: rgb(154,205,112); }
H1.HeaderClassName
{
color: #9ACD70;
}
.AnyTagClassName
{
color: #9ACD70;
}
</style>
background-color css
<style>
a { background-color: #9ACD70; }
a { background-color: rgb(154,205,112); }
div.DivClassName
{
background-color: #9ACD70;
}
.BgClassName
{
background-color: #9ACD70;
}
</style>
border-color css
<style>
span { border-color: #9ACD70; }
span { border-color: rgb(154,205,112); }
td.TdClassName
{
border-color: #9ACD70;
}
.TagClassName
{
border-color: #9ACD70;
}
</style>