Shades of Olivine #9ACE6E
Tints of Olivine #9ACE6E
RGB
CMYK
RGB Variations
Color information
#9ACE6E (or 0x9ACE6E) is known color: Olivine. HEX triplet: 9A, CE and 6E. RGB value is (154,206,110). Sum of RGB (Red+Green+Blue) = 154+206+110=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE6E is #653191. Grayscale: #B3B3B3. Windows color (decimal): -6631826 or 7261850. OLE color: 7261850.
HSL color Cylindrical-coordinate representation of color #9ACE6E: hue angle of 92.5º degrees, saturation: 0.49, 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 #9ACE6E is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 110 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.19 |
| HSL | 92.5º | 0.49% | 0.62% | - |
| HSV(B) | 92.5º | 0.47% | 0.81% | - |
| XYZ | 38.21 | 52.14 | 22.8 | - |
| YUV | 179.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 110 | 0.25 | 0 | 0.47 | 0.19 | 92.5 | 0.49 | 0.62 |
| Hex | 9A | CE | 6E | 19 | 0 | 2F | 13 | 5C | 31 | 3E |
| Octal | 232 | 316 | 156 | 31 | 0 | 57 | 23 | 134 | 61 | 76 |
| Binary | 10011010 | 11001110 | 1101110 | 11001 | 0 | 101111 | 10011 | 1011100 | 110001 | 111110 |
Color Harmonies of #9ACE6E
Complementary color
Monochromatic Colors of #9ACE6E
Black with #9ACE6E
Text Example
Text Example
White with #9ACE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE6E; }
p { color: rgb(154,206,110); }
H1.HeaderClassName
{
color: #9ACE6E;
}
.AnyTagClassName
{
color: #9ACE6E;
}
</style>
background-color css
<style>
a { background-color: #9ACE6E; }
a { background-color: rgb(154,206,110); }
div.DivClassName
{
background-color: #9ACE6E;
}
.BgClassName
{
background-color: #9ACE6E;
}
</style>
border-color css
<style>
span { border-color: #9ACE6E; }
span { border-color: rgb(154,206,110); }
td.TdClassName
{
border-color: #9ACE6E;
}
.TagClassName
{
border-color: #9ACE6E;
}
</style>