Shades of Conifer #9CF04E
Tints of Conifer #9CF04E
RGB
CMYK
RGB Variations
Color information
#9CF04E (or 0x9CF04E) is known color: Conifer. HEX triplet: 9C, F0 and 4E. RGB value is (156,240,78). Sum of RGB (Red+Green+Blue) = 156+240+78=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF04E is #630FB1. Grayscale: #C4C4C4. Windows color (decimal): -6492082 or 5173404. OLE color: 5173404.
HSL color Cylindrical-coordinate representation of color #9CF04E: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CF04E is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 78 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.06 |
| HSL | 91.11º | 0.84% | 0.62% | - |
| HSV(B) | 91.11º | 0.68% | 0.94% | - |
| XYZ | 46.25 | 69.94 | 18.27 | - |
| YUV | 196.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 78 | 0.35 | 0 | 0.68 | 0.06 | 91.11 | 0.84 | 0.62 |
| Hex | 9C | F0 | 4E | 23 | 0 | 44 | 6 | 5B | 54 | 3E |
| Octal | 234 | 360 | 116 | 43 | 0 | 104 | 6 | 133 | 124 | 76 |
| Binary | 10011100 | 11110000 | 1001110 | 100011 | 0 | 1000100 | 110 | 1011011 | 1010100 | 111110 |
Color Harmonies of #9CF04E
Complementary color
Monochromatic Colors of #9CF04E
Black with #9CF04E
Text Example
Text Example
White with #9CF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF04E; }
p { color: rgb(156,240,78); }
H1.HeaderClassName
{
color: #9CF04E;
}
.AnyTagClassName
{
color: #9CF04E;
}
</style>
background-color css
<style>
a { background-color: #9CF04E; }
a { background-color: rgb(156,240,78); }
div.DivClassName
{
background-color: #9CF04E;
}
.BgClassName
{
background-color: #9CF04E;
}
</style>
border-color css
<style>
span { border-color: #9CF04E; }
span { border-color: rgb(156,240,78); }
td.TdClassName
{
border-color: #9CF04E;
}
.TagClassName
{
border-color: #9CF04E;
}
</style>