Shades of Olivine #9AC272
Tints of Olivine #9AC272
RGB
CMYK
RGB Variations
Color information
#9AC272 (or 0x9AC272) is known color: Olivine. HEX triplet: 9A, C2 and 72. RGB value is (154,194,114). Sum of RGB (Red+Green+Blue) = 154+194+114=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC272 is #653D8D. Grayscale: #ADADAD. Windows color (decimal): -6634894 or 7520922. OLE color: 7520922.
HSL color Cylindrical-coordinate representation of color #9AC272: hue angle of 90º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AC272 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 114 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.24 |
| HSL | 90º | 0.4% | 0.6% | - |
| HSV(B) | 90º | 0.41% | 0.76% | - |
| XYZ | 35.66 | 46.67 | 23.05 | - |
| YUV | 172.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 114 | 0.21 | 0 | 0.41 | 0.24 | 90 | 0.4 | 0.6 |
| Hex | 9A | C2 | 72 | 15 | 0 | 29 | 18 | 5A | 28 | 3C |
| Octal | 232 | 302 | 162 | 25 | 0 | 51 | 30 | 132 | 50 | 74 |
| Binary | 10011010 | 11000010 | 1110010 | 10101 | 0 | 101001 | 11000 | 1011010 | 101000 | 111100 |
Color Harmonies of #9AC272
Complementary color
Monochromatic Colors of #9AC272
Black with #9AC272
Text Example
Text Example
White with #9AC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC272; }
p { color: rgb(154,194,114); }
H1.HeaderClassName
{
color: #9AC272;
}
.AnyTagClassName
{
color: #9AC272;
}
</style>
background-color css
<style>
a { background-color: #9AC272; }
a { background-color: rgb(154,194,114); }
div.DivClassName
{
background-color: #9AC272;
}
.BgClassName
{
background-color: #9AC272;
}
</style>
border-color css
<style>
span { border-color: #9AC272; }
span { border-color: rgb(154,194,114); }
td.TdClassName
{
border-color: #9AC272;
}
.TagClassName
{
border-color: #9AC272;
}
</style>