Shades of Conifer #9CF95E
Tints of Conifer #9CF95E
RGB
CMYK
RGB Variations
Color information
#9CF95E (or 0x9CF95E) is known color: Conifer. HEX triplet: 9C, F9 and 5E. RGB value is (156,249,94). Sum of RGB (Red+Green+Blue) = 156+249+94=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF95E is #6306A1. Grayscale: #CCCCCC. Windows color (decimal): -6489762 or 6224284. OLE color: 6224284.
HSL color Cylindrical-coordinate representation of color #9CF95E: hue angle of 96º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CF95E is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 94 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.02 |
| HSL | 96º | 0.93% | 0.67% | - |
| HSV(B) | 96º | 0.62% | 0.98% | - |
| XYZ | 49.61 | 75.63 | 22.57 | - |
| YUV | 203.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 94 | 0.37 | 0 | 0.62 | 0.02 | 96 | 0.93 | 0.67 |
| Hex | 9C | F9 | 5E | 25 | 0 | 3E | 2 | 60 | 5D | 43 |
| Octal | 234 | 371 | 136 | 45 | 0 | 76 | 2 | 140 | 135 | 103 |
| Binary | 10011100 | 11111001 | 1011110 | 100101 | 0 | 111110 | 10 | 1100000 | 1011101 | 1000011 |
Color Harmonies of #9CF95E
Complementary color
Monochromatic Colors of #9CF95E
Black with #9CF95E
Text Example
Text Example
White with #9CF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF95E; }
p { color: rgb(156,249,94); }
H1.HeaderClassName
{
color: #9CF95E;
}
.AnyTagClassName
{
color: #9CF95E;
}
</style>
background-color css
<style>
a { background-color: #9CF95E; }
a { background-color: rgb(156,249,94); }
div.DivClassName
{
background-color: #9CF95E;
}
.BgClassName
{
background-color: #9CF95E;
}
</style>
border-color css
<style>
span { border-color: #9CF95E; }
span { border-color: rgb(156,249,94); }
td.TdClassName
{
border-color: #9CF95E;
}
.TagClassName
{
border-color: #9CF95E;
}
</style>