Shades of Conifer #9CF650
Tints of Conifer #9CF650
RGB
CMYK
RGB Variations
Color information
#9CF650 (or 0x9CF650) is known color: Conifer. HEX triplet: 9C, F6 and 50. RGB value is (156,246,80). Sum of RGB (Red+Green+Blue) = 156+246+80=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF650 is #6309AF. Grayscale: #C8C8C8. Windows color (decimal): -6490544 or 5306012. OLE color: 5306012.
HSL color Cylindrical-coordinate representation of color #9CF650: hue angle of 92.53º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CF650 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 80 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.04 |
| HSL | 92.53º | 0.9% | 0.64% | - |
| HSV(B) | 92.53º | 0.67% | 0.96% | - |
| XYZ | 48.11 | 73.56 | 19.25 | - |
| YUV | 200.17 | 60.18 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 80 | 0.37 | 0 | 0.67 | 0.04 | 92.53 | 0.9 | 0.64 |
| Hex | 9C | F6 | 50 | 25 | 0 | 43 | 4 | 5D | 5A | 40 |
| Octal | 234 | 366 | 120 | 45 | 0 | 103 | 4 | 135 | 132 | 100 |
| Binary | 10011100 | 11110110 | 1010000 | 100101 | 0 | 1000011 | 100 | 1011101 | 1011010 | 1000000 |
Color Harmonies of #9CF650
Complementary color
Monochromatic Colors of #9CF650
Black with #9CF650
Text Example
Text Example
White with #9CF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF650; }
p { color: rgb(156,246,80); }
H1.HeaderClassName
{
color: #9CF650;
}
.AnyTagClassName
{
color: #9CF650;
}
</style>
background-color css
<style>
a { background-color: #9CF650; }
a { background-color: rgb(156,246,80); }
div.DivClassName
{
background-color: #9CF650;
}
.BgClassName
{
background-color: #9CF650;
}
</style>
border-color css
<style>
span { border-color: #9CF650; }
span { border-color: rgb(156,246,80); }
td.TdClassName
{
border-color: #9CF650;
}
.TagClassName
{
border-color: #9CF650;
}
</style>