Shades of Conifer #9CF450
Tints of Conifer #9CF450
RGB
CMYK
RGB Variations
Color information
#9CF450 (or 0x9CF450) is known color: Conifer. HEX triplet: 9C, F4 and 50. RGB value is (156,244,80). Sum of RGB (Red+Green+Blue) = 156+244+80=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF450 is #630BAF. Grayscale: #C7C7C7. Windows color (decimal): -6491056 or 5305500. OLE color: 5305500.
HSL color Cylindrical-coordinate representation of color #9CF450: hue angle of 92.2º degrees, saturation: 0.88, 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 #9CF450 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 80 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.04 |
| HSL | 92.2º | 0.88% | 0.64% | - |
| HSV(B) | 92.2º | 0.67% | 0.96% | - |
| XYZ | 47.51 | 72.35 | 19.05 | - |
| YUV | 198.99 | 60.85 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 80 | 0.36 | 0 | 0.67 | 0.04 | 92.2 | 0.88 | 0.64 |
| Hex | 9C | F4 | 50 | 24 | 0 | 43 | 4 | 5C | 58 | 40 |
| Octal | 234 | 364 | 120 | 44 | 0 | 103 | 4 | 134 | 130 | 100 |
| Binary | 10011100 | 11110100 | 1010000 | 100100 | 0 | 1000011 | 100 | 1011100 | 1011000 | 1000000 |
Color Harmonies of #9CF450
Complementary color
Monochromatic Colors of #9CF450
Black with #9CF450
Text Example
Text Example
White with #9CF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF450; }
p { color: rgb(156,244,80); }
H1.HeaderClassName
{
color: #9CF450;
}
.AnyTagClassName
{
color: #9CF450;
}
</style>
background-color css
<style>
a { background-color: #9CF450; }
a { background-color: rgb(156,244,80); }
div.DivClassName
{
background-color: #9CF450;
}
.BgClassName
{
background-color: #9CF450;
}
</style>
border-color css
<style>
span { border-color: #9CF450; }
span { border-color: rgb(156,244,80); }
td.TdClassName
{
border-color: #9CF450;
}
.TagClassName
{
border-color: #9CF450;
}
</style>