Shades of Conifer #9EF255
Tints of Conifer #9EF255
RGB
CMYK
RGB Variations
Color information
#9EF255 (or 0x9EF255) is known color: Conifer. HEX triplet: 9E, F2 and 55. RGB value is (158,242,85). Sum of RGB (Red+Green+Blue) = 158+242+85=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF255 is #610DAA. Grayscale: #C7C7C7. Windows color (decimal): -6360491 or 5632670. OLE color: 5632670.
HSL color Cylindrical-coordinate representation of color #9EF255: hue angle of 92.1º 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 #9EF255 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 85 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.1º | 0.86% | 0.64% | - |
| HSV(B) | 92.1º | 0.65% | 0.95% | - |
| XYZ | 47.49 | 71.43 | 19.88 | - |
| YUV | 198.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 85 | 0.35 | 0 | 0.65 | 0.05 | 92.1 | 0.86 | 0.64 |
| Hex | 9E | F2 | 55 | 23 | 0 | 41 | 5 | 5C | 56 | 40 |
| Octal | 236 | 362 | 125 | 43 | 0 | 101 | 5 | 134 | 126 | 100 |
| Binary | 10011110 | 11110010 | 1010101 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010110 | 1000000 |
Color Harmonies of #9EF255
Complementary color
Monochromatic Colors of #9EF255
Black with #9EF255
Text Example
Text Example
White with #9EF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF255; }
p { color: rgb(158,242,85); }
H1.HeaderClassName
{
color: #9EF255;
}
.AnyTagClassName
{
color: #9EF255;
}
</style>
background-color css
<style>
a { background-color: #9EF255; }
a { background-color: rgb(158,242,85); }
div.DivClassName
{
background-color: #9EF255;
}
.BgClassName
{
background-color: #9EF255;
}
</style>
border-color css
<style>
span { border-color: #9EF255; }
span { border-color: rgb(158,242,85); }
td.TdClassName
{
border-color: #9EF255;
}
.TagClassName
{
border-color: #9EF255;
}
</style>