Shades of Conifer #9CF157
Tints of Conifer #9CF157
RGB
CMYK
RGB Variations
Color information
#9CF157 (or 0x9CF157) is known color: Conifer. HEX triplet: 9C, F1 and 57. RGB value is (156,241,87). Sum of RGB (Red+Green+Blue) = 156+241+87=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF157 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF157 is #630EA8. Grayscale: #C6C6C6. Windows color (decimal): -6491817 or 5763484. OLE color: 5763484.
HSL color Cylindrical-coordinate representation of color #9CF157: hue angle of 93.12º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CF157 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 87 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.05 |
| HSL | 93.12º | 0.85% | 0.64% | - |
| HSV(B) | 93.12º | 0.64% | 0.95% | - |
| XYZ | 46.89 | 70.67 | 20.19 | - |
| YUV | 198.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 87 | 0.35 | 0 | 0.64 | 0.05 | 93.12 | 0.85 | 0.64 |
| Hex | 9C | F1 | 57 | 23 | 0 | 40 | 5 | 5D | 55 | 40 |
| Octal | 234 | 361 | 127 | 43 | 0 | 100 | 5 | 135 | 125 | 100 |
| Binary | 10011100 | 11110001 | 1010111 | 100011 | 0 | 1000000 | 101 | 1011101 | 1010101 | 1000000 |
Color Harmonies of #9CF157
Complementary color
Monochromatic Colors of #9CF157
Black with #9CF157
Text Example
Text Example
White with #9CF157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF157; }
p { color: rgb(156,241,87); }
H1.HeaderClassName
{
color: #9CF157;
}
.AnyTagClassName
{
color: #9CF157;
}
</style>
background-color css
<style>
a { background-color: #9CF157; }
a { background-color: rgb(156,241,87); }
div.DivClassName
{
background-color: #9CF157;
}
.BgClassName
{
background-color: #9CF157;
}
</style>
border-color css
<style>
span { border-color: #9CF157; }
span { border-color: rgb(156,241,87); }
td.TdClassName
{
border-color: #9CF157;
}
.TagClassName
{
border-color: #9CF157;
}
</style>