Shades of Conifer #9EFC60
Tints of Conifer #9EFC60
RGB
CMYK
RGB Variations
Color information
#9EFC60 (or 0x9EFC60) is known color: Conifer. HEX triplet: 9E, FC and 60. RGB value is (158,252,96). Sum of RGB (Red+Green+Blue) = 158+252+96=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC60 is #61039F. Grayscale: #CECECE. Windows color (decimal): -6357920 or 6356126. OLE color: 6356126.
HSL color Cylindrical-coordinate representation of color #9EFC60: hue angle of 96.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EFC60 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 96 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.01 |
| HSL | 96.15º | 0.96% | 0.68% | - |
| HSV(B) | 96.15º | 0.62% | 0.99% | - |
| XYZ | 51.02 | 77.73 | 23.38 | - |
| YUV | 206.11 | 65.86 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 96 | 0.37 | 0 | 0.62 | 0.01 | 96.15 | 0.96 | 0.68 |
| Hex | 9E | FC | 60 | 25 | 0 | 3E | 1 | 60 | 60 | 44 |
| Octal | 236 | 374 | 140 | 45 | 0 | 76 | 1 | 140 | 140 | 104 |
| Binary | 10011110 | 11111100 | 1100000 | 100101 | 0 | 111110 | 1 | 1100000 | 1100000 | 1000100 |
Color Harmonies of #9EFC60
Complementary color
Monochromatic Colors of #9EFC60
Black with #9EFC60
Text Example
Text Example
White with #9EFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC60; }
p { color: rgb(158,252,96); }
H1.HeaderClassName
{
color: #9EFC60;
}
.AnyTagClassName
{
color: #9EFC60;
}
</style>
background-color css
<style>
a { background-color: #9EFC60; }
a { background-color: rgb(158,252,96); }
div.DivClassName
{
background-color: #9EFC60;
}
.BgClassName
{
background-color: #9EFC60;
}
</style>
border-color css
<style>
span { border-color: #9EFC60; }
span { border-color: rgb(158,252,96); }
td.TdClassName
{
border-color: #9EFC60;
}
.TagClassName
{
border-color: #9EFC60;
}
</style>