Shades of Conifer #9FE45B
Tints of Conifer #9FE45B
RGB
CMYK
RGB Variations
Color information
#9FE45B (or 0x9FE45B) is known color: Conifer. HEX triplet: 9F, E4 and 5B. RGB value is (159,228,91). Sum of RGB (Red+Green+Blue) = 159+228+91=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE45B is #601BA4. Grayscale: #C0C0C0. Windows color (decimal): -6298533 or 6022303. OLE color: 6022303.
HSL color Cylindrical-coordinate representation of color #9FE45B: hue angle of 90.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FE45B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 91 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.11 |
| HSL | 90.22º | 0.72% | 0.63% | - |
| HSV(B) | 90.22º | 0.6% | 0.89% | - |
| XYZ | 43.93 | 63.61 | 19.86 | - |
| YUV | 191.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 91 | 0.30 | 0 | 0.60 | 0.11 | 90.22 | 0.72 | 0.63 |
| Hex | 9F | E4 | 5B | 1E | 0 | 3C | B | 5A | 48 | 3F |
| Octal | 237 | 344 | 133 | 36 | 0 | 74 | 13 | 132 | 110 | 77 |
| Binary | 10011111 | 11100100 | 1011011 | 11110 | 0 | 111100 | 1011 | 1011010 | 1001000 | 111111 |
Color Harmonies of #9FE45B
Complementary color
Monochromatic Colors of #9FE45B
Black with #9FE45B
Text Example
Text Example
White with #9FE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE45B; }
p { color: rgb(159,228,91); }
H1.HeaderClassName
{
color: #9FE45B;
}
.AnyTagClassName
{
color: #9FE45B;
}
</style>
background-color css
<style>
a { background-color: #9FE45B; }
a { background-color: rgb(159,228,91); }
div.DivClassName
{
background-color: #9FE45B;
}
.BgClassName
{
background-color: #9FE45B;
}
</style>
border-color css
<style>
span { border-color: #9FE45B; }
span { border-color: rgb(159,228,91); }
td.TdClassName
{
border-color: #9FE45B;
}
.TagClassName
{
border-color: #9FE45B;
}
</style>