Shades of Conifer #9EF263
Tints of Conifer #9EF263
RGB
CMYK
RGB Variations
Color information
#9EF263 (or 0x9EF263) is known color: Conifer. HEX triplet: 9E, F2 and 63. RGB value is (158,242,99). Sum of RGB (Red+Green+Blue) = 158+242+99=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF263 is #610D9C. Grayscale: #C9C9C9. Windows color (decimal): -6360477 or 6550174. OLE color: 6550174.
HSL color Cylindrical-coordinate representation of color #9EF263: hue angle of 95.24º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EF263 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 99 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.05 |
| HSL | 95.24º | 0.85% | 0.67% | - |
| HSV(B) | 95.24º | 0.59% | 0.95% | - |
| XYZ | 48.1 | 71.67 | 23.1 | - |
| YUV | 200.58 | 70.67 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 99 | 0.35 | 0 | 0.59 | 0.05 | 95.24 | 0.85 | 0.67 |
| Hex | 9E | F2 | 63 | 23 | 0 | 3B | 5 | 5F | 55 | 43 |
| Octal | 236 | 362 | 143 | 43 | 0 | 73 | 5 | 137 | 125 | 103 |
| Binary | 10011110 | 11110010 | 1100011 | 100011 | 0 | 111011 | 101 | 1011111 | 1010101 | 1000011 |
Color Harmonies of #9EF263
Complementary color
Monochromatic Colors of #9EF263
Black with #9EF263
Text Example
Text Example
White with #9EF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF263; }
p { color: rgb(158,242,99); }
H1.HeaderClassName
{
color: #9EF263;
}
.AnyTagClassName
{
color: #9EF263;
}
</style>
background-color css
<style>
a { background-color: #9EF263; }
a { background-color: rgb(158,242,99); }
div.DivClassName
{
background-color: #9EF263;
}
.BgClassName
{
background-color: #9EF263;
}
</style>
border-color css
<style>
span { border-color: #9EF263; }
span { border-color: rgb(158,242,99); }
td.TdClassName
{
border-color: #9EF263;
}
.TagClassName
{
border-color: #9EF263;
}
</style>