Shades of Olivine #9AC275
Tints of Olivine #9AC275
RGB
CMYK
RGB Variations
Color information
#9AC275 (or 0x9AC275) is known color: Olivine. HEX triplet: 9A, C2 and 75. RGB value is (154,194,117). Sum of RGB (Red+Green+Blue) = 154+194+117=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC275 is #653D8A. Grayscale: #ADADAD. Windows color (decimal): -6634891 or 7717530. OLE color: 7717530.
HSL color Cylindrical-coordinate representation of color #9AC275: hue angle of 91.17º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC275 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 117 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.24 |
| HSL | 91.17º | 0.39% | 0.61% | - |
| HSV(B) | 91.17º | 0.4% | 0.76% | - |
| XYZ | 35.83 | 46.74 | 23.96 | - |
| YUV | 173.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 117 | 0.21 | 0 | 0.40 | 0.24 | 91.17 | 0.39 | 0.61 |
| Hex | 9A | C2 | 75 | 15 | 0 | 28 | 18 | 5B | 27 | 3D |
| Octal | 232 | 302 | 165 | 25 | 0 | 50 | 30 | 133 | 47 | 75 |
| Binary | 10011010 | 11000010 | 1110101 | 10101 | 0 | 101000 | 11000 | 1011011 | 100111 | 111101 |
Color Harmonies of #9AC275
Complementary color
Monochromatic Colors of #9AC275
Black with #9AC275
Text Example
Text Example
White with #9AC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC275; }
p { color: rgb(154,194,117); }
H1.HeaderClassName
{
color: #9AC275;
}
.AnyTagClassName
{
color: #9AC275;
}
</style>
background-color css
<style>
a { background-color: #9AC275; }
a { background-color: rgb(154,194,117); }
div.DivClassName
{
background-color: #9AC275;
}
.BgClassName
{
background-color: #9AC275;
}
</style>
border-color css
<style>
span { border-color: #9AC275; }
span { border-color: rgb(154,194,117); }
td.TdClassName
{
border-color: #9AC275;
}
.TagClassName
{
border-color: #9AC275;
}
</style>