Shades of Olivine #9ACD6D
Tints of Olivine #9ACD6D
RGB
CMYK
RGB Variations
Color information
#9ACD6D (or 0x9ACD6D) is known color: Olivine. HEX triplet: 9A, CD and 6D. RGB value is (154,205,109). Sum of RGB (Red+Green+Blue) = 154+205+109=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD6D is #653292. Grayscale: #B3B3B3. Windows color (decimal): -6632083 or 7196058. OLE color: 7196058.
HSL color Cylindrical-coordinate representation of color #9ACD6D: hue angle of 91.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ACD6D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 109 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.20 |
| HSL | 91.88º | 0.49% | 0.62% | - |
| HSV(B) | 91.88º | 0.47% | 0.8% | - |
| XYZ | 37.92 | 51.64 | 22.44 | - |
| YUV | 178.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 109 | 0.25 | 0 | 0.47 | 0.20 | 91.88 | 0.49 | 0.62 |
| Hex | 9A | CD | 6D | 19 | 0 | 2F | 14 | 5C | 31 | 3E |
| Octal | 232 | 315 | 155 | 31 | 0 | 57 | 24 | 134 | 61 | 76 |
| Binary | 10011010 | 11001101 | 1101101 | 11001 | 0 | 101111 | 10100 | 1011100 | 110001 | 111110 |
Color Harmonies of #9ACD6D
Complementary color
Monochromatic Colors of #9ACD6D
Black with #9ACD6D
Text Example
Text Example
White with #9ACD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD6D; }
p { color: rgb(154,205,109); }
H1.HeaderClassName
{
color: #9ACD6D;
}
.AnyTagClassName
{
color: #9ACD6D;
}
</style>
background-color css
<style>
a { background-color: #9ACD6D; }
a { background-color: rgb(154,205,109); }
div.DivClassName
{
background-color: #9ACD6D;
}
.BgClassName
{
background-color: #9ACD6D;
}
</style>
border-color css
<style>
span { border-color: #9ACD6D; }
span { border-color: rgb(154,205,109); }
td.TdClassName
{
border-color: #9ACD6D;
}
.TagClassName
{
border-color: #9ACD6D;
}
</style>