Shades of Olivine #9FC65A
Tints of Olivine #9FC65A
RGB
CMYK
RGB Variations
Color information
#9FC65A (or 0x9FC65A) is known color: Olivine. HEX triplet: 9F, C6 and 5A. RGB value is (159,198,90). Sum of RGB (Red+Green+Blue) = 159+198+90=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC65A is #6039A5. Grayscale: #AEAEAE. Windows color (decimal): -6306214 or 5949087. OLE color: 5949087.
HSL color Cylindrical-coordinate representation of color #9FC65A: hue angle of 81.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FC65A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 90 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.22 |
| HSL | 81.67º | 0.49% | 0.56% | - |
| HSV(B) | 81.67º | 0.55% | 0.78% | - |
| XYZ | 36.34 | 48.5 | 17.12 | - |
| YUV | 174.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 90 | 0.20 | 0 | 0.55 | 0.22 | 81.67 | 0.49 | 0.56 |
| Hex | 9F | C6 | 5A | 14 | 0 | 37 | 16 | 52 | 31 | 38 |
| Octal | 237 | 306 | 132 | 24 | 0 | 67 | 26 | 122 | 61 | 70 |
| Binary | 10011111 | 11000110 | 1011010 | 10100 | 0 | 110111 | 10110 | 1010010 | 110001 | 111000 |
Color Harmonies of #9FC65A
Complementary color
Monochromatic Colors of #9FC65A
Black with #9FC65A
Text Example
Text Example
White with #9FC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC65A; }
p { color: rgb(159,198,90); }
H1.HeaderClassName
{
color: #9FC65A;
}
.AnyTagClassName
{
color: #9FC65A;
}
</style>
background-color css
<style>
a { background-color: #9FC65A; }
a { background-color: rgb(159,198,90); }
div.DivClassName
{
background-color: #9FC65A;
}
.BgClassName
{
background-color: #9FC65A;
}
</style>
border-color css
<style>
span { border-color: #9FC65A; }
span { border-color: rgb(159,198,90); }
td.TdClassName
{
border-color: #9FC65A;
}
.TagClassName
{
border-color: #9FC65A;
}
</style>