Shades of Olivine #9AC063
Tints of Olivine #9AC063
RGB
CMYK
RGB Variations
Color information
#9AC063 (or 0x9AC063) is known color: Olivine. HEX triplet: 9A, C0 and 63. RGB value is (154,192,99). Sum of RGB (Red+Green+Blue) = 154+192+99=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC063 is #653F9C. Grayscale: #AAAAAA. Windows color (decimal): -6635421 or 6537370. OLE color: 6537370.
HSL color Cylindrical-coordinate representation of color #9AC063: hue angle of 84.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AC063 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 99 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.25 |
| HSL | 84.52º | 0.42% | 0.57% | - |
| HSV(B) | 84.52º | 0.48% | 0.75% | - |
| XYZ | 34.43 | 45.47 | 18.77 | - |
| YUV | 170.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 99 | 0.20 | 0 | 0.48 | 0.25 | 84.52 | 0.42 | 0.57 |
| Hex | 9A | C0 | 63 | 14 | 0 | 30 | 19 | 55 | 2A | 39 |
| Octal | 232 | 300 | 143 | 24 | 0 | 60 | 31 | 125 | 52 | 71 |
| Binary | 10011010 | 11000000 | 1100011 | 10100 | 0 | 110000 | 11001 | 1010101 | 101010 | 111001 |
Color Harmonies of #9AC063
Complementary color
Monochromatic Colors of #9AC063
Black with #9AC063
Text Example
Text Example
White with #9AC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC063; }
p { color: rgb(154,192,99); }
H1.HeaderClassName
{
color: #9AC063;
}
.AnyTagClassName
{
color: #9AC063;
}
</style>
background-color css
<style>
a { background-color: #9AC063; }
a { background-color: rgb(154,192,99); }
div.DivClassName
{
background-color: #9AC063;
}
.BgClassName
{
background-color: #9AC063;
}
</style>
border-color css
<style>
span { border-color: #9AC063; }
span { border-color: rgb(154,192,99); }
td.TdClassName
{
border-color: #9AC063;
}
.TagClassName
{
border-color: #9AC063;
}
</style>