Shades of Conifer #9CF04C
Tints of Conifer #9CF04C
RGB
CMYK
RGB Variations
Color information
#9CF04C (or 0x9CF04C) is known color: Conifer. HEX triplet: 9C, F0 and 4C. RGB value is (156,240,76). Sum of RGB (Red+Green+Blue) = 156+240+76=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CF04C is #630FB3. Grayscale: #C4C4C4. Windows color (decimal): -6492084 or 5042332. OLE color: 5042332.
HSL color Cylindrical-coordinate representation of color #9CF04C: hue angle of 90.73º degrees, saturation: 0.85, 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 #9CF04C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 76 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.06 |
| HSL | 90.73º | 0.85% | 0.62% | - |
| HSV(B) | 90.73º | 0.68% | 0.94% | - |
| XYZ | 46.17 | 69.91 | 17.9 | - |
| YUV | 196.19 | 60.17 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 76 | 0.35 | 0 | 0.68 | 0.06 | 90.73 | 0.85 | 0.62 |
| Hex | 9C | F0 | 4C | 23 | 0 | 44 | 6 | 5B | 55 | 3E |
| Octal | 234 | 360 | 114 | 43 | 0 | 104 | 6 | 133 | 125 | 76 |
| Binary | 10011100 | 11110000 | 1001100 | 100011 | 0 | 1000100 | 110 | 1011011 | 1010101 | 111110 |
Color Harmonies of #9CF04C
Complementary color
Monochromatic Colors of #9CF04C
Black with #9CF04C
Text Example
Text Example
White with #9CF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF04C; }
p { color: rgb(156,240,76); }
H1.HeaderClassName
{
color: #9CF04C;
}
.AnyTagClassName
{
color: #9CF04C;
}
</style>
background-color css
<style>
a { background-color: #9CF04C; }
a { background-color: rgb(156,240,76); }
div.DivClassName
{
background-color: #9CF04C;
}
.BgClassName
{
background-color: #9CF04C;
}
</style>
border-color css
<style>
span { border-color: #9CF04C; }
span { border-color: rgb(156,240,76); }
td.TdClassName
{
border-color: #9CF04C;
}
.TagClassName
{
border-color: #9CF04C;
}
</style>