Shades of Conifer #9FE463
Tints of Conifer #9FE463
RGB
CMYK
RGB Variations
Color information
#9FE463 (or 0x9FE463) is known color: Conifer. HEX triplet: 9F, E4 and 63. RGB value is (159,228,99). Sum of RGB (Red+Green+Blue) = 159+228+99=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE463 is #601B9C. Grayscale: #C1C1C1. Windows color (decimal): -6298525 or 6546591. OLE color: 6546591.
HSL color Cylindrical-coordinate representation of color #9FE463: hue angle of 92.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FE463 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 99 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.11 |
| HSL | 92.09º | 0.7% | 0.64% | - |
| HSV(B) | 92.09º | 0.57% | 0.89% | - |
| XYZ | 44.29 | 63.76 | 21.78 | - |
| YUV | 192.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 99 | 0.30 | 0 | 0.57 | 0.11 | 92.09 | 0.7 | 0.64 |
| Hex | 9F | E4 | 63 | 1E | 0 | 39 | B | 5C | 46 | 40 |
| Octal | 237 | 344 | 143 | 36 | 0 | 71 | 13 | 134 | 106 | 100 |
| Binary | 10011111 | 11100100 | 1100011 | 11110 | 0 | 111001 | 1011 | 1011100 | 1000110 | 1000000 |
Color Harmonies of #9FE463
Complementary color
Monochromatic Colors of #9FE463
Black with #9FE463
Text Example
Text Example
White with #9FE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE463; }
p { color: rgb(159,228,99); }
H1.HeaderClassName
{
color: #9FE463;
}
.AnyTagClassName
{
color: #9FE463;
}
</style>
background-color css
<style>
a { background-color: #9FE463; }
a { background-color: rgb(159,228,99); }
div.DivClassName
{
background-color: #9FE463;
}
.BgClassName
{
background-color: #9FE463;
}
</style>
border-color css
<style>
span { border-color: #9FE463; }
span { border-color: rgb(159,228,99); }
td.TdClassName
{
border-color: #9FE463;
}
.TagClassName
{
border-color: #9FE463;
}
</style>