Shades of Conifer #9EEA54
Tints of Conifer #9EEA54
RGB
CMYK
RGB Variations
Color information
#9EEA54 (or 0x9EEA54) is known color: Conifer. HEX triplet: 9E, EA and 54. RGB value is (158,234,84). Sum of RGB (Red+Green+Blue) = 158+234+84=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA54 is #6115AB. Grayscale: #C2C2C2. Windows color (decimal): -6362540 or 5565086. OLE color: 5565086.
HSL color Cylindrical-coordinate representation of color #9EEA54: hue angle of 90.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EEA54 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 84 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.08 |
| HSL | 90.4º | 0.78% | 0.62% | - |
| HSV(B) | 90.4º | 0.64% | 0.92% | - |
| XYZ | 45.12 | 66.75 | 18.89 | - |
| YUV | 194.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 84 | 0.32 | 0 | 0.64 | 0.08 | 90.4 | 0.78 | 0.62 |
| Hex | 9E | EA | 54 | 20 | 0 | 40 | 8 | 5A | 4E | 3E |
| Octal | 236 | 352 | 124 | 40 | 0 | 100 | 10 | 132 | 116 | 76 |
| Binary | 10011110 | 11101010 | 1010100 | 100000 | 0 | 1000000 | 1000 | 1011010 | 1001110 | 111110 |
Color Harmonies of #9EEA54
Complementary color
Monochromatic Colors of #9EEA54
Black with #9EEA54
Text Example
Text Example
White with #9EEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEA54; }
p { color: rgb(158,234,84); }
H1.HeaderClassName
{
color: #9EEA54;
}
.AnyTagClassName
{
color: #9EEA54;
}
</style>
background-color css
<style>
a { background-color: #9EEA54; }
a { background-color: rgb(158,234,84); }
div.DivClassName
{
background-color: #9EEA54;
}
.BgClassName
{
background-color: #9EEA54;
}
</style>
border-color css
<style>
span { border-color: #9EEA54; }
span { border-color: rgb(158,234,84); }
td.TdClassName
{
border-color: #9EEA54;
}
.TagClassName
{
border-color: #9EEA54;
}
</style>