Shades of Olivine #9ACE5E
Tints of Olivine #9ACE5E
RGB
CMYK
RGB Variations
Color information
#9ACE5E (or 0x9ACE5E) is known color: Olivine. HEX triplet: 9A, CE and 5E. RGB value is (154,206,94). Sum of RGB (Red+Green+Blue) = 154+206+94=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE5E is #6531A1. Grayscale: #B2B2B2. Windows color (decimal): -6631842 or 6213274. OLE color: 6213274.
HSL color Cylindrical-coordinate representation of color #9ACE5E: hue angle of 87.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ACE5E is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 94 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.19 |
| HSL | 87.86º | 0.53% | 0.59% | - |
| HSV(B) | 87.86º | 0.54% | 0.81% | - |
| XYZ | 37.42 | 51.82 | 18.62 | - |
| YUV | 177.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 94 | 0.25 | 0 | 0.54 | 0.19 | 87.86 | 0.53 | 0.59 |
| Hex | 9A | CE | 5E | 19 | 0 | 36 | 13 | 58 | 35 | 3B |
| Octal | 232 | 316 | 136 | 31 | 0 | 66 | 23 | 130 | 65 | 73 |
| Binary | 10011010 | 11001110 | 1011110 | 11001 | 0 | 110110 | 10011 | 1011000 | 110101 | 111011 |
Color Harmonies of #9ACE5E
Complementary color
Monochromatic Colors of #9ACE5E
Black with #9ACE5E
Text Example
Text Example
White with #9ACE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE5E; }
p { color: rgb(154,206,94); }
H1.HeaderClassName
{
color: #9ACE5E;
}
.AnyTagClassName
{
color: #9ACE5E;
}
</style>
background-color css
<style>
a { background-color: #9ACE5E; }
a { background-color: rgb(154,206,94); }
div.DivClassName
{
background-color: #9ACE5E;
}
.BgClassName
{
background-color: #9ACE5E;
}
</style>
border-color css
<style>
span { border-color: #9ACE5E; }
span { border-color: rgb(154,206,94); }
td.TdClassName
{
border-color: #9ACE5E;
}
.TagClassName
{
border-color: #9ACE5E;
}
</style>