Shades of Conifer #9CF25A
Tints of Conifer #9CF25A
RGB
CMYK
RGB Variations
Color information
#9CF25A (or 0x9CF25A) is known color: Conifer. HEX triplet: 9C, F2 and 5A. RGB value is (156,242,90). Sum of RGB (Red+Green+Blue) = 156+242+90=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF25A is #630DA5. Grayscale: #C7C7C7. Windows color (decimal): -6491558 or 5960348. OLE color: 5960348.
HSL color Cylindrical-coordinate representation of color #9CF25A: hue angle of 93.95º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CF25A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 90 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.05 |
| HSL | 93.95º | 0.85% | 0.65% | - |
| HSV(B) | 93.95º | 0.63% | 0.95% | - |
| XYZ | 47.31 | 71.31 | 20.94 | - |
| YUV | 198.96 | 66.51 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 90 | 0.36 | 0 | 0.63 | 0.05 | 93.95 | 0.85 | 0.65 |
| Hex | 9C | F2 | 5A | 24 | 0 | 3F | 5 | 5E | 55 | 41 |
| Octal | 234 | 362 | 132 | 44 | 0 | 77 | 5 | 136 | 125 | 101 |
| Binary | 10011100 | 11110010 | 1011010 | 100100 | 0 | 111111 | 101 | 1011110 | 1010101 | 1000001 |
Color Harmonies of #9CF25A
Complementary color
Monochromatic Colors of #9CF25A
Black with #9CF25A
Text Example
Text Example
White with #9CF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF25A; }
p { color: rgb(156,242,90); }
H1.HeaderClassName
{
color: #9CF25A;
}
.AnyTagClassName
{
color: #9CF25A;
}
</style>
background-color css
<style>
a { background-color: #9CF25A; }
a { background-color: rgb(156,242,90); }
div.DivClassName
{
background-color: #9CF25A;
}
.BgClassName
{
background-color: #9CF25A;
}
</style>
border-color css
<style>
span { border-color: #9CF25A; }
span { border-color: rgb(156,242,90); }
td.TdClassName
{
border-color: #9CF25A;
}
.TagClassName
{
border-color: #9CF25A;
}
</style>