Shades of Olivine #9ACE60
Tints of Olivine #9ACE60
RGB
CMYK
RGB Variations
Color information
#9ACE60 (or 0x9ACE60) is known color: Olivine. HEX triplet: 9A, CE and 60. RGB value is (154,206,96). Sum of RGB (Red+Green+Blue) = 154+206+96=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE60 is #65319F. Grayscale: #B2B2B2. Windows color (decimal): -6631840 or 6344346. OLE color: 6344346.
HSL color Cylindrical-coordinate representation of color #9ACE60: hue angle of 88.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ACE60 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 96 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.19 |
| HSL | 88.36º | 0.53% | 0.59% | - |
| HSV(B) | 88.36º | 0.53% | 0.81% | - |
| XYZ | 37.51 | 51.86 | 19.1 | - |
| YUV | 177.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 96 | 0.25 | 0 | 0.53 | 0.19 | 88.36 | 0.53 | 0.59 |
| Hex | 9A | CE | 60 | 19 | 0 | 35 | 13 | 58 | 35 | 3B |
| Octal | 232 | 316 | 140 | 31 | 0 | 65 | 23 | 130 | 65 | 73 |
| Binary | 10011010 | 11001110 | 1100000 | 11001 | 0 | 110101 | 10011 | 1011000 | 110101 | 111011 |
Color Harmonies of #9ACE60
Complementary color
Monochromatic Colors of #9ACE60
Black with #9ACE60
Text Example
Text Example
White with #9ACE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE60; }
p { color: rgb(154,206,96); }
H1.HeaderClassName
{
color: #9ACE60;
}
.AnyTagClassName
{
color: #9ACE60;
}
</style>
background-color css
<style>
a { background-color: #9ACE60; }
a { background-color: rgb(154,206,96); }
div.DivClassName
{
background-color: #9ACE60;
}
.BgClassName
{
background-color: #9ACE60;
}
</style>
border-color css
<style>
span { border-color: #9ACE60; }
span { border-color: rgb(154,206,96); }
td.TdClassName
{
border-color: #9ACE60;
}
.TagClassName
{
border-color: #9ACE60;
}
</style>