Shades of Conifer #9EF254
Tints of Conifer #9EF254
RGB
CMYK
RGB Variations
Color information
#9EF254 (or 0x9EF254) is known color: Conifer. HEX triplet: 9E, F2 and 54. RGB value is (158,242,84). Sum of RGB (Red+Green+Blue) = 158+242+84=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF254 is #610DAB. Grayscale: #C7C7C7. Windows color (decimal): -6360492 or 5567134. OLE color: 5567134.
HSL color Cylindrical-coordinate representation of color #9EF254: hue angle of 91.9º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EF254 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 84 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 91.9º | 0.86% | 0.64% | - |
| HSV(B) | 91.9º | 0.65% | 0.95% | - |
| XYZ | 47.45 | 71.41 | 19.67 | - |
| YUV | 198.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 84 | 0.35 | 0 | 0.65 | 0.05 | 91.9 | 0.86 | 0.64 |
| Hex | 9E | F2 | 54 | 23 | 0 | 41 | 5 | 5C | 56 | 40 |
| Octal | 236 | 362 | 124 | 43 | 0 | 101 | 5 | 134 | 126 | 100 |
| Binary | 10011110 | 11110010 | 1010100 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010110 | 1000000 |
Color Harmonies of #9EF254
Complementary color
Monochromatic Colors of #9EF254
Black with #9EF254
Text Example
Text Example
White with #9EF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF254; }
p { color: rgb(158,242,84); }
H1.HeaderClassName
{
color: #9EF254;
}
.AnyTagClassName
{
color: #9EF254;
}
</style>
background-color css
<style>
a { background-color: #9EF254; }
a { background-color: rgb(158,242,84); }
div.DivClassName
{
background-color: #9EF254;
}
.BgClassName
{
background-color: #9EF254;
}
</style>
border-color css
<style>
span { border-color: #9EF254; }
span { border-color: rgb(158,242,84); }
td.TdClassName
{
border-color: #9EF254;
}
.TagClassName
{
border-color: #9EF254;
}
</style>