Shades of Conifer #9FEA56
Tints of Conifer #9FEA56
RGB
CMYK
RGB Variations
Color information
#9FEA56 (or 0x9FEA56) is known color: Conifer. HEX triplet: 9F, EA and 56. RGB value is (159,234,86). Sum of RGB (Red+Green+Blue) = 159+234+86=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA56 is #6015A9. Grayscale: #C3C3C3. Windows color (decimal): -6297002 or 5696159. OLE color: 5696159.
HSL color Cylindrical-coordinate representation of color #9FEA56: hue angle of 90.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FEA56 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 86 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.08 |
| HSL | 90.41º | 0.78% | 0.63% | - |
| HSV(B) | 90.41º | 0.63% | 0.92% | - |
| XYZ | 45.4 | 66.89 | 19.32 | - |
| YUV | 194.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 86 | 0.32 | 0 | 0.63 | 0.08 | 90.41 | 0.78 | 0.63 |
| Hex | 9F | EA | 56 | 20 | 0 | 3F | 8 | 5A | 4E | 3F |
| Octal | 237 | 352 | 126 | 40 | 0 | 77 | 10 | 132 | 116 | 77 |
| Binary | 10011111 | 11101010 | 1010110 | 100000 | 0 | 111111 | 1000 | 1011010 | 1001110 | 111111 |
Color Harmonies of #9FEA56
Complementary color
Monochromatic Colors of #9FEA56
Black with #9FEA56
Text Example
Text Example
White with #9FEA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA56; }
p { color: rgb(159,234,86); }
H1.HeaderClassName
{
color: #9FEA56;
}
.AnyTagClassName
{
color: #9FEA56;
}
</style>
background-color css
<style>
a { background-color: #9FEA56; }
a { background-color: rgb(159,234,86); }
div.DivClassName
{
background-color: #9FEA56;
}
.BgClassName
{
background-color: #9FEA56;
}
</style>
border-color css
<style>
span { border-color: #9FEA56; }
span { border-color: rgb(159,234,86); }
td.TdClassName
{
border-color: #9FEA56;
}
.TagClassName
{
border-color: #9FEA56;
}
</style>