Shades of Conifer #9EE053
Tints of Conifer #9EE053
RGB
CMYK
RGB Variations
Color information
#9EE053 (or 0x9EE053) is known color: Conifer. HEX triplet: 9E, E0 and 53. RGB value is (158,224,83). Sum of RGB (Red+Green+Blue) = 158+224+83=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE053 is #611FAC. Grayscale: #BCBCBC. Windows color (decimal): -6365101 or 5496990. OLE color: 5496990.
HSL color Cylindrical-coordinate representation of color #9EE053: hue angle of 88.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EE053 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 83 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.12 |
| HSL | 88.09º | 0.69% | 0.6% | - |
| HSV(B) | 88.09º | 0.63% | 0.88% | - |
| XYZ | 42.32 | 61.2 | 17.77 | - |
| YUV | 188.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 83 | 0.29 | 0 | 0.63 | 0.12 | 88.09 | 0.69 | 0.6 |
| Hex | 9E | E0 | 53 | 1D | 0 | 3F | C | 58 | 45 | 3C |
| Octal | 236 | 340 | 123 | 35 | 0 | 77 | 14 | 130 | 105 | 74 |
| Binary | 10011110 | 11100000 | 1010011 | 11101 | 0 | 111111 | 1100 | 1011000 | 1000101 | 111100 |
Color Harmonies of #9EE053
Complementary color
Monochromatic Colors of #9EE053
Black with #9EE053
Text Example
Text Example
White with #9EE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE053; }
p { color: rgb(158,224,83); }
H1.HeaderClassName
{
color: #9EE053;
}
.AnyTagClassName
{
color: #9EE053;
}
</style>
background-color css
<style>
a { background-color: #9EE053; }
a { background-color: rgb(158,224,83); }
div.DivClassName
{
background-color: #9EE053;
}
.BgClassName
{
background-color: #9EE053;
}
</style>
border-color css
<style>
span { border-color: #9EE053; }
span { border-color: rgb(158,224,83); }
td.TdClassName
{
border-color: #9EE053;
}
.TagClassName
{
border-color: #9EE053;
}
</style>