Shades of Olivine #9AC274
Tints of Olivine #9AC274
RGB
CMYK
RGB Variations
Color information
#9AC274 (or 0x9AC274) is known color: Olivine. HEX triplet: 9A, C2 and 74. RGB value is (154,194,116). Sum of RGB (Red+Green+Blue) = 154+194+116=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC274 is #653D8B. Grayscale: #ADADAD. Windows color (decimal): -6634892 or 7651994. OLE color: 7651994.
HSL color Cylindrical-coordinate representation of color #9AC274: hue angle of 90.77º 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 #9AC274 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 116 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.24 |
| HSL | 90.77º | 0.39% | 0.61% | - |
| HSV(B) | 90.77º | 0.4% | 0.76% | - |
| XYZ | 35.77 | 46.71 | 23.65 | - |
| YUV | 173.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 116 | 0.21 | 0 | 0.40 | 0.24 | 90.77 | 0.39 | 0.61 |
| Hex | 9A | C2 | 74 | 15 | 0 | 28 | 18 | 5B | 27 | 3D |
| Octal | 232 | 302 | 164 | 25 | 0 | 50 | 30 | 133 | 47 | 75 |
| Binary | 10011010 | 11000010 | 1110100 | 10101 | 0 | 101000 | 11000 | 1011011 | 100111 | 111101 |
Color Harmonies of #9AC274
Complementary color
Monochromatic Colors of #9AC274
Black with #9AC274
Text Example
Text Example
White with #9AC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC274; }
p { color: rgb(154,194,116); }
H1.HeaderClassName
{
color: #9AC274;
}
.AnyTagClassName
{
color: #9AC274;
}
</style>
background-color css
<style>
a { background-color: #9AC274; }
a { background-color: rgb(154,194,116); }
div.DivClassName
{
background-color: #9AC274;
}
.BgClassName
{
background-color: #9AC274;
}
</style>
border-color css
<style>
span { border-color: #9AC274; }
span { border-color: rgb(154,194,116); }
td.TdClassName
{
border-color: #9AC274;
}
.TagClassName
{
border-color: #9AC274;
}
</style>