Shades of Conifer #9FEA52
Tints of Conifer #9FEA52
RGB
CMYK
RGB Variations
Color information
#9FEA52 (or 0x9FEA52) is known color: Conifer. HEX triplet: 9F, EA and 52. RGB value is (159,234,82). Sum of RGB (Red+Green+Blue) = 159+234+82=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA52 is #6015AD. Grayscale: #C2C2C2. Windows color (decimal): -6297006 or 5434015. OLE color: 5434015.
HSL color Cylindrical-coordinate representation of color #9FEA52: hue angle of 89.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FEA52 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 82 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.08 |
| HSL | 89.61º | 0.78% | 0.62% | - |
| HSV(B) | 89.61º | 0.65% | 0.92% | - |
| XYZ | 45.24 | 66.83 | 18.5 | - |
| YUV | 194.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 82 | 0.32 | 0 | 0.65 | 0.08 | 89.61 | 0.78 | 0.62 |
| Hex | 9F | EA | 52 | 20 | 0 | 41 | 8 | 5A | 4E | 3E |
| Octal | 237 | 352 | 122 | 40 | 0 | 101 | 10 | 132 | 116 | 76 |
| Binary | 10011111 | 11101010 | 1010010 | 100000 | 0 | 1000001 | 1000 | 1011010 | 1001110 | 111110 |
Color Harmonies of #9FEA52
Complementary color
Monochromatic Colors of #9FEA52
Black with #9FEA52
Text Example
Text Example
White with #9FEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA52; }
p { color: rgb(159,234,82); }
H1.HeaderClassName
{
color: #9FEA52;
}
.AnyTagClassName
{
color: #9FEA52;
}
</style>
background-color css
<style>
a { background-color: #9FEA52; }
a { background-color: rgb(159,234,82); }
div.DivClassName
{
background-color: #9FEA52;
}
.BgClassName
{
background-color: #9FEA52;
}
</style>
border-color css
<style>
span { border-color: #9FEA52; }
span { border-color: rgb(159,234,82); }
td.TdClassName
{
border-color: #9FEA52;
}
.TagClassName
{
border-color: #9FEA52;
}
</style>