Shades of Conifer #9EFE64
Tints of Conifer #9EFE64
RGB
CMYK
RGB Variations
Color information
#9EFE64 (or 0x9EFE64) is known color: Conifer. HEX triplet: 9E, FE and 64. RGB value is (158,254,100). Sum of RGB (Red+Green+Blue) = 158+254+100=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE64 is #61019B. Grayscale: #D0D0D0. Windows color (decimal): -6357404 or 6618782. OLE color: 6618782.
HSL color Cylindrical-coordinate representation of color #9EFE64: hue angle of 97.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EFE64 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 100 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.00 |
| HSL | 97.4º | 0.99% | 0.69% | - |
| HSV(B) | 97.4º | 0.61% | 1% | - |
| XYZ | 51.84 | 79.07 | 24.59 | - |
| YUV | 207.74 | 67.2 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 100 | 0.38 | 0 | 0.61 | 0.00 | 97.4 | 0.99 | 0.69 |
| Hex | 9E | FE | 64 | 26 | 0 | 3D | 0 | 61 | 63 | 45 |
| Octal | 236 | 376 | 144 | 46 | 0 | 75 | 0 | 141 | 143 | 105 |
| Binary | 10011110 | 11111110 | 1100100 | 100110 | 0 | 111101 | 0 | 1100001 | 1100011 | 1000101 |
Color Harmonies of #9EFE64
Complementary color
Monochromatic Colors of #9EFE64
Black with #9EFE64
Text Example
Text Example
White with #9EFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE64; }
p { color: rgb(158,254,100); }
H1.HeaderClassName
{
color: #9EFE64;
}
.AnyTagClassName
{
color: #9EFE64;
}
</style>
background-color css
<style>
a { background-color: #9EFE64; }
a { background-color: rgb(158,254,100); }
div.DivClassName
{
background-color: #9EFE64;
}
.BgClassName
{
background-color: #9EFE64;
}
</style>
border-color css
<style>
span { border-color: #9EFE64; }
span { border-color: rgb(158,254,100); }
td.TdClassName
{
border-color: #9EFE64;
}
.TagClassName
{
border-color: #9EFE64;
}
</style>