Shades of Conifer #9CF257
Tints of Conifer #9CF257
RGB
CMYK
RGB Variations
Color information
#9CF257 (or 0x9CF257) is known color: Conifer. HEX triplet: 9C, F2 and 57. RGB value is (156,242,87). Sum of RGB (Red+Green+Blue) = 156+242+87=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF257 is #630DA8. Grayscale: #C7C7C7. Windows color (decimal): -6491561 or 5763740. OLE color: 5763740.
HSL color Cylindrical-coordinate representation of color #9CF257: hue angle of 93.29º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CF257 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 87 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.05 |
| HSL | 93.29º | 0.86% | 0.65% | - |
| HSV(B) | 93.29º | 0.64% | 0.95% | - |
| XYZ | 47.18 | 71.26 | 20.28 | - |
| YUV | 198.62 | 65.01 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 87 | 0.36 | 0 | 0.64 | 0.05 | 93.29 | 0.86 | 0.65 |
| Hex | 9C | F2 | 57 | 24 | 0 | 40 | 5 | 5D | 56 | 41 |
| Octal | 234 | 362 | 127 | 44 | 0 | 100 | 5 | 135 | 126 | 101 |
| Binary | 10011100 | 11110010 | 1010111 | 100100 | 0 | 1000000 | 101 | 1011101 | 1010110 | 1000001 |
Color Harmonies of #9CF257
Complementary color
Monochromatic Colors of #9CF257
Black with #9CF257
Text Example
Text Example
White with #9CF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF257; }
p { color: rgb(156,242,87); }
H1.HeaderClassName
{
color: #9CF257;
}
.AnyTagClassName
{
color: #9CF257;
}
</style>
background-color css
<style>
a { background-color: #9CF257; }
a { background-color: rgb(156,242,87); }
div.DivClassName
{
background-color: #9CF257;
}
.BgClassName
{
background-color: #9CF257;
}
</style>
border-color css
<style>
span { border-color: #9CF257; }
span { border-color: rgb(156,242,87); }
td.TdClassName
{
border-color: #9CF257;
}
.TagClassName
{
border-color: #9CF257;
}
</style>