Shades of Conifer #9FE464
Tints of Conifer #9FE464
RGB
CMYK
RGB Variations
Color information
#9FE464 (or 0x9FE464) is known color: Conifer. HEX triplet: 9F, E4 and 64. RGB value is (159,228,100). Sum of RGB (Red+Green+Blue) = 159+228+100=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE464 is #601B9B. Grayscale: #C1C1C1. Windows color (decimal): -6298524 or 6612127. OLE color: 6612127.
HSL color Cylindrical-coordinate representation of color #9FE464: hue angle of 92.34º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FE464 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 100 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.11 |
| HSL | 92.34º | 0.7% | 0.64% | - |
| HSV(B) | 92.34º | 0.56% | 0.89% | - |
| XYZ | 44.34 | 63.78 | 22.03 | - |
| YUV | 192.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 100 | 0.30 | 0 | 0.56 | 0.11 | 92.34 | 0.7 | 0.64 |
| Hex | 9F | E4 | 64 | 1E | 0 | 38 | B | 5C | 46 | 40 |
| Octal | 237 | 344 | 144 | 36 | 0 | 70 | 13 | 134 | 106 | 100 |
| Binary | 10011111 | 11100100 | 1100100 | 11110 | 0 | 111000 | 1011 | 1011100 | 1000110 | 1000000 |
Color Harmonies of #9FE464
Complementary color
Monochromatic Colors of #9FE464
Black with #9FE464
Text Example
Text Example
White with #9FE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE464; }
p { color: rgb(159,228,100); }
H1.HeaderClassName
{
color: #9FE464;
}
.AnyTagClassName
{
color: #9FE464;
}
</style>
background-color css
<style>
a { background-color: #9FE464; }
a { background-color: rgb(159,228,100); }
div.DivClassName
{
background-color: #9FE464;
}
.BgClassName
{
background-color: #9FE464;
}
</style>
border-color css
<style>
span { border-color: #9FE464; }
span { border-color: rgb(159,228,100); }
td.TdClassName
{
border-color: #9FE464;
}
.TagClassName
{
border-color: #9FE464;
}
</style>