Shades of Conifer #9CF45A
Tints of Conifer #9CF45A
RGB
CMYK
RGB Variations
Color information
#9CF45A (or 0x9CF45A) is known color: Conifer. HEX triplet: 9C, F4 and 5A. RGB value is (156,244,90). Sum of RGB (Red+Green+Blue) = 156+244+90=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF45A is #630BA5. Grayscale: #C8C8C8. Windows color (decimal): -6491046 or 5960860. OLE color: 5960860.
HSL color Cylindrical-coordinate representation of color #9CF45A: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CF45A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 90 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.04 |
| HSL | 94.29º | 0.88% | 0.65% | - |
| HSV(B) | 94.29º | 0.63% | 0.96% | - |
| XYZ | 47.91 | 72.51 | 21.14 | - |
| YUV | 200.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 90 | 0.36 | 0 | 0.63 | 0.04 | 94.29 | 0.88 | 0.65 |
| Hex | 9C | F4 | 5A | 24 | 0 | 3F | 4 | 5E | 58 | 41 |
| Octal | 234 | 364 | 132 | 44 | 0 | 77 | 4 | 136 | 130 | 101 |
| Binary | 10011100 | 11110100 | 1011010 | 100100 | 0 | 111111 | 100 | 1011110 | 1011000 | 1000001 |
Color Harmonies of #9CF45A
Complementary color
Monochromatic Colors of #9CF45A
Black with #9CF45A
Text Example
Text Example
White with #9CF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF45A; }
p { color: rgb(156,244,90); }
H1.HeaderClassName
{
color: #9CF45A;
}
.AnyTagClassName
{
color: #9CF45A;
}
</style>
background-color css
<style>
a { background-color: #9CF45A; }
a { background-color: rgb(156,244,90); }
div.DivClassName
{
background-color: #9CF45A;
}
.BgClassName
{
background-color: #9CF45A;
}
</style>
border-color css
<style>
span { border-color: #9CF45A; }
span { border-color: rgb(156,244,90); }
td.TdClassName
{
border-color: #9CF45A;
}
.TagClassName
{
border-color: #9CF45A;
}
</style>