Shades of Conifer #9EE04B
Tints of Conifer #9EE04B
RGB
CMYK
RGB Variations
Color information
#9EE04B (or 0x9EE04B) is known color: Conifer. HEX triplet: 9E, E0 and 4B. RGB value is (158,224,75). Sum of RGB (Red+Green+Blue) = 158+224+75=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE04B is #611FB4. Grayscale: #BBBBBB. Windows color (decimal): -6365109 or 4972702. OLE color: 4972702.
HSL color Cylindrical-coordinate representation of color #9EE04B: hue angle of 86.58º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EE04B is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 75 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.12 |
| HSL | 86.58º | 0.71% | 0.59% | - |
| HSV(B) | 86.58º | 0.67% | 0.88% | - |
| XYZ | 42.03 | 61.09 | 16.23 | - |
| YUV | 187.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 75 | 0.29 | 0 | 0.67 | 0.12 | 86.58 | 0.71 | 0.59 |
| Hex | 9E | E0 | 4B | 1D | 0 | 43 | C | 57 | 47 | 3B |
| Octal | 236 | 340 | 113 | 35 | 0 | 103 | 14 | 127 | 107 | 73 |
| Binary | 10011110 | 11100000 | 1001011 | 11101 | 0 | 1000011 | 1100 | 1010111 | 1000111 | 111011 |
Color Harmonies of #9EE04B
Complementary color
Monochromatic Colors of #9EE04B
Black with #9EE04B
Text Example
Text Example
White with #9EE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE04B; }
p { color: rgb(158,224,75); }
H1.HeaderClassName
{
color: #9EE04B;
}
.AnyTagClassName
{
color: #9EE04B;
}
</style>
background-color css
<style>
a { background-color: #9EE04B; }
a { background-color: rgb(158,224,75); }
div.DivClassName
{
background-color: #9EE04B;
}
.BgClassName
{
background-color: #9EE04B;
}
</style>
border-color css
<style>
span { border-color: #9EE04B; }
span { border-color: rgb(158,224,75); }
td.TdClassName
{
border-color: #9EE04B;
}
.TagClassName
{
border-color: #9EE04B;
}
</style>