Shades of Conifer #9FE056
Tints of Conifer #9FE056
RGB
CMYK
RGB Variations
Color information
#9FE056 (or 0x9FE056) is known color: Conifer. HEX triplet: 9F, E0 and 56. RGB value is (159,224,86). Sum of RGB (Red+Green+Blue) = 159+224+86=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE056 is #601FA9. Grayscale: #BDBDBD. Windows color (decimal): -6299562 or 5693599. OLE color: 5693599.
HSL color Cylindrical-coordinate representation of color #9FE056: hue angle of 88.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FE056 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 86 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.12 |
| HSL | 88.26º | 0.69% | 0.61% | - |
| HSV(B) | 88.26º | 0.62% | 0.88% | - |
| XYZ | 42.63 | 61.35 | 18.4 | - |
| YUV | 188.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 86 | 0.29 | 0 | 0.62 | 0.12 | 88.26 | 0.69 | 0.61 |
| Hex | 9F | E0 | 56 | 1D | 0 | 3E | C | 58 | 45 | 3D |
| Octal | 237 | 340 | 126 | 35 | 0 | 76 | 14 | 130 | 105 | 75 |
| Binary | 10011111 | 11100000 | 1010110 | 11101 | 0 | 111110 | 1100 | 1011000 | 1000101 | 111101 |
Color Harmonies of #9FE056
Complementary color
Monochromatic Colors of #9FE056
Black with #9FE056
Text Example
Text Example
White with #9FE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE056; }
p { color: rgb(159,224,86); }
H1.HeaderClassName
{
color: #9FE056;
}
.AnyTagClassName
{
color: #9FE056;
}
</style>
background-color css
<style>
a { background-color: #9FE056; }
a { background-color: rgb(159,224,86); }
div.DivClassName
{
background-color: #9FE056;
}
.BgClassName
{
background-color: #9FE056;
}
</style>
border-color css
<style>
span { border-color: #9FE056; }
span { border-color: rgb(159,224,86); }
td.TdClassName
{
border-color: #9FE056;
}
.TagClassName
{
border-color: #9FE056;
}
</style>