Shades of Conifer #9CF25B
Tints of Conifer #9CF25B
RGB
CMYK
RGB Variations
Color information
#9CF25B (or 0x9CF25B) is known color: Conifer. HEX triplet: 9C, F2 and 5B. RGB value is (156,242,91). Sum of RGB (Red+Green+Blue) = 156+242+91=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF25B is #630DA4. Grayscale: #C7C7C7. Windows color (decimal): -6491557 or 6025884. OLE color: 6025884.
HSL color Cylindrical-coordinate representation of color #9CF25B: hue angle of 94.17º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CF25B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 91 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.05 |
| HSL | 94.17º | 0.85% | 0.65% | - |
| HSV(B) | 94.17º | 0.62% | 0.95% | - |
| XYZ | 47.35 | 71.33 | 21.17 | - |
| YUV | 199.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 91 | 0.36 | 0 | 0.62 | 0.05 | 94.17 | 0.85 | 0.65 |
| Hex | 9C | F2 | 5B | 24 | 0 | 3E | 5 | 5E | 55 | 41 |
| Octal | 234 | 362 | 133 | 44 | 0 | 76 | 5 | 136 | 125 | 101 |
| Binary | 10011100 | 11110010 | 1011011 | 100100 | 0 | 111110 | 101 | 1011110 | 1010101 | 1000001 |
Color Harmonies of #9CF25B
Complementary color
Monochromatic Colors of #9CF25B
Black with #9CF25B
Text Example
Text Example
White with #9CF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF25B; }
p { color: rgb(156,242,91); }
H1.HeaderClassName
{
color: #9CF25B;
}
.AnyTagClassName
{
color: #9CF25B;
}
</style>
background-color css
<style>
a { background-color: #9CF25B; }
a { background-color: rgb(156,242,91); }
div.DivClassName
{
background-color: #9CF25B;
}
.BgClassName
{
background-color: #9CF25B;
}
</style>
border-color css
<style>
span { border-color: #9CF25B; }
span { border-color: rgb(156,242,91); }
td.TdClassName
{
border-color: #9CF25B;
}
.TagClassName
{
border-color: #9CF25B;
}
</style>