Shades of Conifer #9FE55A
Tints of Conifer #9FE55A
RGB
CMYK
RGB Variations
Color information
#9FE55A (or 0x9FE55A) is known color: Conifer. HEX triplet: 9F, E5 and 5A. RGB value is (159,229,90). Sum of RGB (Red+Green+Blue) = 159+229+90=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE55A is #601AA5. Grayscale: #C0C0C0. Windows color (decimal): -6298278 or 5957023. OLE color: 5957023.
HSL color Cylindrical-coordinate representation of color #9FE55A: hue angle of 90.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FE55A is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 90 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.10 |
| HSL | 90.22º | 0.73% | 0.63% | - |
| HSV(B) | 90.22º | 0.61% | 0.9% | - |
| XYZ | 44.16 | 64.15 | 19.73 | - |
| YUV | 192.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 90 | 0.31 | 0 | 0.61 | 0.10 | 90.22 | 0.73 | 0.63 |
| Hex | 9F | E5 | 5A | 1F | 0 | 3D | A | 5A | 49 | 3F |
| Octal | 237 | 345 | 132 | 37 | 0 | 75 | 12 | 132 | 111 | 77 |
| Binary | 10011111 | 11100101 | 1011010 | 11111 | 0 | 111101 | 1010 | 1011010 | 1001001 | 111111 |
Color Harmonies of #9FE55A
Complementary color
Monochromatic Colors of #9FE55A
Black with #9FE55A
Text Example
Text Example
White with #9FE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE55A; }
p { color: rgb(159,229,90); }
H1.HeaderClassName
{
color: #9FE55A;
}
.AnyTagClassName
{
color: #9FE55A;
}
</style>
background-color css
<style>
a { background-color: #9FE55A; }
a { background-color: rgb(159,229,90); }
div.DivClassName
{
background-color: #9FE55A;
}
.BgClassName
{
background-color: #9FE55A;
}
</style>
border-color css
<style>
span { border-color: #9FE55A; }
span { border-color: rgb(159,229,90); }
td.TdClassName
{
border-color: #9FE55A;
}
.TagClassName
{
border-color: #9FE55A;
}
</style>