Shades of Olivine #9AC27A
Tints of Olivine #9AC27A
RGB
CMYK
RGB Variations
Color information
#9AC27A (or 0x9AC27A) is known color: Olivine. HEX triplet: 9A, C2 and 7A. RGB value is (154,194,122). Sum of RGB (Red+Green+Blue) = 154+194+122=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC27A is #653D85. Grayscale: #AEAEAE. Windows color (decimal): -6634886 or 8045210. OLE color: 8045210.
HSL color Cylindrical-coordinate representation of color #9AC27A: hue angle of 93.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AC27A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 122 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.24 |
| HSL | 93.33º | 0.37% | 0.62% | - |
| HSV(B) | 93.33º | 0.37% | 0.76% | - |
| XYZ | 36.13 | 46.86 | 25.55 | - |
| YUV | 173.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 122 | 0.21 | 0 | 0.37 | 0.24 | 93.33 | 0.37 | 0.62 |
| Hex | 9A | C2 | 7A | 15 | 0 | 25 | 18 | 5D | 25 | 3E |
| Octal | 232 | 302 | 172 | 25 | 0 | 45 | 30 | 135 | 45 | 76 |
| Binary | 10011010 | 11000010 | 1111010 | 10101 | 0 | 100101 | 11000 | 1011101 | 100101 | 111110 |
Color Harmonies of #9AC27A
Complementary color
Monochromatic Colors of #9AC27A
Black with #9AC27A
Text Example
Text Example
White with #9AC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC27A; }
p { color: rgb(154,194,122); }
H1.HeaderClassName
{
color: #9AC27A;
}
.AnyTagClassName
{
color: #9AC27A;
}
</style>
background-color css
<style>
a { background-color: #9AC27A; }
a { background-color: rgb(154,194,122); }
div.DivClassName
{
background-color: #9AC27A;
}
.BgClassName
{
background-color: #9AC27A;
}
</style>
border-color css
<style>
span { border-color: #9AC27A; }
span { border-color: rgb(154,194,122); }
td.TdClassName
{
border-color: #9AC27A;
}
.TagClassName
{
border-color: #9AC27A;
}
</style>