Shades of Olivine #9ACE5F
Tints of Olivine #9ACE5F
RGB
CMYK
RGB Variations
Color information
#9ACE5F (or 0x9ACE5F) is known color: Olivine. HEX triplet: 9A, CE and 5F. RGB value is (154,206,95). Sum of RGB (Red+Green+Blue) = 154+206+95=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE5F is #6531A0. Grayscale: #B2B2B2. Windows color (decimal): -6631841 or 6278810. OLE color: 6278810.
HSL color Cylindrical-coordinate representation of color #9ACE5F: hue angle of 88.11º 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 #9ACE5F is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 95 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.19 |
| HSL | 88.11º | 0.53% | 0.59% | - |
| HSV(B) | 88.11º | 0.54% | 0.81% | - |
| XYZ | 37.46 | 51.84 | 18.86 | - |
| YUV | 177.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 95 | 0.25 | 0 | 0.54 | 0.19 | 88.11 | 0.53 | 0.59 |
| Hex | 9A | CE | 5F | 19 | 0 | 36 | 13 | 58 | 35 | 3B |
| Octal | 232 | 316 | 137 | 31 | 0 | 66 | 23 | 130 | 65 | 73 |
| Binary | 10011010 | 11001110 | 1011111 | 11001 | 0 | 110110 | 10011 | 1011000 | 110101 | 111011 |
Color Harmonies of #9ACE5F
Complementary color
Monochromatic Colors of #9ACE5F
Black with #9ACE5F
Text Example
Text Example
White with #9ACE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE5F; }
p { color: rgb(154,206,95); }
H1.HeaderClassName
{
color: #9ACE5F;
}
.AnyTagClassName
{
color: #9ACE5F;
}
</style>
background-color css
<style>
a { background-color: #9ACE5F; }
a { background-color: rgb(154,206,95); }
div.DivClassName
{
background-color: #9ACE5F;
}
.BgClassName
{
background-color: #9ACE5F;
}
</style>
border-color css
<style>
span { border-color: #9ACE5F; }
span { border-color: rgb(154,206,95); }
td.TdClassName
{
border-color: #9ACE5F;
}
.TagClassName
{
border-color: #9ACE5F;
}
</style>