Shades of Conifer #9CF95C
Tints of Conifer #9CF95C
RGB
CMYK
RGB Variations
Color information
#9CF95C (or 0x9CF95C) is known color: Conifer. HEX triplet: 9C, F9 and 5C. RGB value is (156,249,92). Sum of RGB (Red+Green+Blue) = 156+249+92=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF95C is #6306A3. Grayscale: #CBCBCB. Windows color (decimal): -6489764 or 6093212. OLE color: 6093212.
HSL color Cylindrical-coordinate representation of color #9CF95C: hue angle of 95.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CF95C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 92 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.02 |
| HSL | 95.54º | 0.93% | 0.67% | - |
| HSV(B) | 95.54º | 0.63% | 0.98% | - |
| XYZ | 49.52 | 75.59 | 22.11 | - |
| YUV | 203.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 92 | 0.37 | 0 | 0.63 | 0.02 | 95.54 | 0.93 | 0.67 |
| Hex | 9C | F9 | 5C | 25 | 0 | 3F | 2 | 60 | 5D | 43 |
| Octal | 234 | 371 | 134 | 45 | 0 | 77 | 2 | 140 | 135 | 103 |
| Binary | 10011100 | 11111001 | 1011100 | 100101 | 0 | 111111 | 10 | 1100000 | 1011101 | 1000011 |
Color Harmonies of #9CF95C
Complementary color
Monochromatic Colors of #9CF95C
Black with #9CF95C
Text Example
Text Example
White with #9CF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF95C; }
p { color: rgb(156,249,92); }
H1.HeaderClassName
{
color: #9CF95C;
}
.AnyTagClassName
{
color: #9CF95C;
}
</style>
background-color css
<style>
a { background-color: #9CF95C; }
a { background-color: rgb(156,249,92); }
div.DivClassName
{
background-color: #9CF95C;
}
.BgClassName
{
background-color: #9CF95C;
}
</style>
border-color css
<style>
span { border-color: #9CF95C; }
span { border-color: rgb(156,249,92); }
td.TdClassName
{
border-color: #9CF95C;
}
.TagClassName
{
border-color: #9CF95C;
}
</style>