Shades of Conifer #9FE252
Tints of Conifer #9FE252
RGB
CMYK
RGB Variations
Color information
#9FE252 (or 0x9FE252) is known color: Conifer. HEX triplet: 9F, E2 and 52. RGB value is (159,226,82). Sum of RGB (Red+Green+Blue) = 159+226+82=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE252 is #601DAD. Grayscale: #BEBEBE. Windows color (decimal): -6299054 or 5431967. OLE color: 5431967.
HSL color Cylindrical-coordinate representation of color #9FE252: hue angle of 87.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FE252 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 82 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.11 |
| HSL | 87.92º | 0.71% | 0.6% | - |
| HSV(B) | 87.92º | 0.64% | 0.89% | - |
| XYZ | 43.02 | 62.37 | 17.75 | - |
| YUV | 189.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 82 | 0.30 | 0 | 0.64 | 0.11 | 87.92 | 0.71 | 0.6 |
| Hex | 9F | E2 | 52 | 1E | 0 | 40 | B | 58 | 47 | 3C |
| Octal | 237 | 342 | 122 | 36 | 0 | 100 | 13 | 130 | 107 | 74 |
| Binary | 10011111 | 11100010 | 1010010 | 11110 | 0 | 1000000 | 1011 | 1011000 | 1000111 | 111100 |
Color Harmonies of #9FE252
Complementary color
Monochromatic Colors of #9FE252
Black with #9FE252
Text Example
Text Example
White with #9FE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE252; }
p { color: rgb(159,226,82); }
H1.HeaderClassName
{
color: #9FE252;
}
.AnyTagClassName
{
color: #9FE252;
}
</style>
background-color css
<style>
a { background-color: #9FE252; }
a { background-color: rgb(159,226,82); }
div.DivClassName
{
background-color: #9FE252;
}
.BgClassName
{
background-color: #9FE252;
}
</style>
border-color css
<style>
span { border-color: #9FE252; }
span { border-color: rgb(159,226,82); }
td.TdClassName
{
border-color: #9FE252;
}
.TagClassName
{
border-color: #9FE252;
}
</style>