Shades of Conifer #9FE45A
Tints of Conifer #9FE45A
RGB
CMYK
RGB Variations
Color information
#9FE45A (or 0x9FE45A) is known color: Conifer. HEX triplet: 9F, E4 and 5A. RGB value is (159,228,90). Sum of RGB (Red+Green+Blue) = 159+228+90=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE45A is #601BA5. Grayscale: #C0C0C0. Windows color (decimal): -6298534 or 5956767. OLE color: 5956767.
HSL color Cylindrical-coordinate representation of color #9FE45A: hue angle of 90º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FE45A is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 90 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.11 |
| HSL | 90º | 0.72% | 0.62% | - |
| HSV(B) | 90º | 0.61% | 0.89% | - |
| XYZ | 43.89 | 63.6 | 19.64 | - |
| YUV | 191.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 90 | 0.30 | 0 | 0.61 | 0.11 | 90 | 0.72 | 0.62 |
| Hex | 9F | E4 | 5A | 1E | 0 | 3D | B | 5A | 48 | 3E |
| Octal | 237 | 344 | 132 | 36 | 0 | 75 | 13 | 132 | 110 | 76 |
| Binary | 10011111 | 11100100 | 1011010 | 11110 | 0 | 111101 | 1011 | 1011010 | 1001000 | 111110 |
Color Harmonies of #9FE45A
Complementary color
Monochromatic Colors of #9FE45A
Black with #9FE45A
Text Example
Text Example
White with #9FE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE45A; }
p { color: rgb(159,228,90); }
H1.HeaderClassName
{
color: #9FE45A;
}
.AnyTagClassName
{
color: #9FE45A;
}
</style>
background-color css
<style>
a { background-color: #9FE45A; }
a { background-color: rgb(159,228,90); }
div.DivClassName
{
background-color: #9FE45A;
}
.BgClassName
{
background-color: #9FE45A;
}
</style>
border-color css
<style>
span { border-color: #9FE45A; }
span { border-color: rgb(159,228,90); }
td.TdClassName
{
border-color: #9FE45A;
}
.TagClassName
{
border-color: #9FE45A;
}
</style>