Shades of Olivine #9ACE6D
Tints of Olivine #9ACE6D
RGB
CMYK
RGB Variations
Color information
#9ACE6D (or 0x9ACE6D) is known color: Olivine. HEX triplet: 9A, CE and 6D. RGB value is (154,206,109). Sum of RGB (Red+Green+Blue) = 154+206+109=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE6D is #653192. Grayscale: #B3B3B3. Windows color (decimal): -6631827 or 7196314. OLE color: 7196314.
HSL color Cylindrical-coordinate representation of color #9ACE6D: hue angle of 92.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ACE6D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 109 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.19 |
| HSL | 92.16º | 0.5% | 0.62% | - |
| HSV(B) | 92.16º | 0.47% | 0.81% | - |
| XYZ | 38.16 | 52.12 | 22.52 | - |
| YUV | 179.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 109 | 0.25 | 0 | 0.47 | 0.19 | 92.16 | 0.5 | 0.62 |
| Hex | 9A | CE | 6D | 19 | 0 | 2F | 13 | 5C | 32 | 3E |
| Octal | 232 | 316 | 155 | 31 | 0 | 57 | 23 | 134 | 62 | 76 |
| Binary | 10011010 | 11001110 | 1101101 | 11001 | 0 | 101111 | 10011 | 1011100 | 110010 | 111110 |
Color Harmonies of #9ACE6D
Complementary color
Monochromatic Colors of #9ACE6D
Black with #9ACE6D
Text Example
Text Example
White with #9ACE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE6D; }
p { color: rgb(154,206,109); }
H1.HeaderClassName
{
color: #9ACE6D;
}
.AnyTagClassName
{
color: #9ACE6D;
}
</style>
background-color css
<style>
a { background-color: #9ACE6D; }
a { background-color: rgb(154,206,109); }
div.DivClassName
{
background-color: #9ACE6D;
}
.BgClassName
{
background-color: #9ACE6D;
}
</style>
border-color css
<style>
span { border-color: #9ACE6D; }
span { border-color: rgb(154,206,109); }
td.TdClassName
{
border-color: #9ACE6D;
}
.TagClassName
{
border-color: #9ACE6D;
}
</style>