Shades of Olivine #9FC27D
Tints of Olivine #9FC27D
RGB
CMYK
RGB Variations
Color information
#9FC27D (or 0x9FC27D) is known color: Olivine. HEX triplet: 9F, C2 and 7D. RGB value is (159,194,125). Sum of RGB (Red+Green+Blue) = 159+194+125=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC27D is #603D82. Grayscale: #AFAFAF. Windows color (decimal): -6307203 or 8241823. OLE color: 8241823.
HSL color Cylindrical-coordinate representation of color #9FC27D: hue angle of 90.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC27D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 125 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.24 |
| HSL | 90.43º | 0.36% | 0.63% | - |
| HSV(B) | 90.43º | 0.36% | 0.76% | - |
| XYZ | 37.29 | 47.44 | 26.59 | - |
| YUV | 175.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 125 | 0.18 | 0 | 0.36 | 0.24 | 90.43 | 0.36 | 0.63 |
| Hex | 9F | C2 | 7D | 12 | 0 | 24 | 18 | 5A | 24 | 3F |
| Octal | 237 | 302 | 175 | 22 | 0 | 44 | 30 | 132 | 44 | 77 |
| Binary | 10011111 | 11000010 | 1111101 | 10010 | 0 | 100100 | 11000 | 1011010 | 100100 | 111111 |
Color Harmonies of #9FC27D
Complementary color
Monochromatic Colors of #9FC27D
Black with #9FC27D
Text Example
Text Example
White with #9FC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC27D; }
p { color: rgb(159,194,125); }
H1.HeaderClassName
{
color: #9FC27D;
}
.AnyTagClassName
{
color: #9FC27D;
}
</style>
background-color css
<style>
a { background-color: #9FC27D; }
a { background-color: rgb(159,194,125); }
div.DivClassName
{
background-color: #9FC27D;
}
.BgClassName
{
background-color: #9FC27D;
}
</style>
border-color css
<style>
span { border-color: #9FC27D; }
span { border-color: rgb(159,194,125); }
td.TdClassName
{
border-color: #9FC27D;
}
.TagClassName
{
border-color: #9FC27D;
}
</style>