Shades of Olivine #9ACE6A
Tints of Olivine #9ACE6A
RGB
CMYK
RGB Variations
Color information
#9ACE6A (or 0x9ACE6A) is known color: Olivine. HEX triplet: 9A, CE and 6A. RGB value is (154,206,106). Sum of RGB (Red+Green+Blue) = 154+206+106=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE6A is #653195. Grayscale: #B3B3B3. Windows color (decimal): -6631830 or 6999706. OLE color: 6999706.
HSL color Cylindrical-coordinate representation of color #9ACE6A: hue angle of 91.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ACE6A is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 106 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.19 |
| HSL | 91.2º | 0.51% | 0.61% | - |
| HSV(B) | 91.2º | 0.49% | 0.81% | - |
| XYZ | 38 | 52.05 | 21.68 | - |
| YUV | 179.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 106 | 0.25 | 0 | 0.49 | 0.19 | 91.2 | 0.51 | 0.61 |
| Hex | 9A | CE | 6A | 19 | 0 | 31 | 13 | 5B | 33 | 3D |
| Octal | 232 | 316 | 152 | 31 | 0 | 61 | 23 | 133 | 63 | 75 |
| Binary | 10011010 | 11001110 | 1101010 | 11001 | 0 | 110001 | 10011 | 1011011 | 110011 | 111101 |
Color Harmonies of #9ACE6A
Complementary color
Monochromatic Colors of #9ACE6A
Black with #9ACE6A
Text Example
Text Example
White with #9ACE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE6A; }
p { color: rgb(154,206,106); }
H1.HeaderClassName
{
color: #9ACE6A;
}
.AnyTagClassName
{
color: #9ACE6A;
}
</style>
background-color css
<style>
a { background-color: #9ACE6A; }
a { background-color: rgb(154,206,106); }
div.DivClassName
{
background-color: #9ACE6A;
}
.BgClassName
{
background-color: #9ACE6A;
}
</style>
border-color css
<style>
span { border-color: #9ACE6A; }
span { border-color: rgb(154,206,106); }
td.TdClassName
{
border-color: #9ACE6A;
}
.TagClassName
{
border-color: #9ACE6A;
}
</style>