Shades of Conifer #9CF052
Tints of Conifer #9CF052
RGB
CMYK
RGB Variations
Color information
#9CF052 (or 0x9CF052) is known color: Conifer. HEX triplet: 9C, F0 and 52. RGB value is (156,240,82). Sum of RGB (Red+Green+Blue) = 156+240+82=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF052 is #630FAD. Grayscale: #C5C5C5. Windows color (decimal): -6492078 or 5435548. OLE color: 5435548.
HSL color Cylindrical-coordinate representation of color #9CF052: hue angle of 91.9º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CF052 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 82 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.06 |
| HSL | 91.9º | 0.84% | 0.63% | - |
| HSV(B) | 91.9º | 0.66% | 0.94% | - |
| XYZ | 46.39 | 70 | 19.05 | - |
| YUV | 196.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 82 | 0.35 | 0 | 0.66 | 0.06 | 91.9 | 0.84 | 0.63 |
| Hex | 9C | F0 | 52 | 23 | 0 | 42 | 6 | 5C | 54 | 3F |
| Octal | 234 | 360 | 122 | 43 | 0 | 102 | 6 | 134 | 124 | 77 |
| Binary | 10011100 | 11110000 | 1010010 | 100011 | 0 | 1000010 | 110 | 1011100 | 1010100 | 111111 |
Color Harmonies of #9CF052
Complementary color
Monochromatic Colors of #9CF052
Black with #9CF052
Text Example
Text Example
White with #9CF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF052; }
p { color: rgb(156,240,82); }
H1.HeaderClassName
{
color: #9CF052;
}
.AnyTagClassName
{
color: #9CF052;
}
</style>
background-color css
<style>
a { background-color: #9CF052; }
a { background-color: rgb(156,240,82); }
div.DivClassName
{
background-color: #9CF052;
}
.BgClassName
{
background-color: #9CF052;
}
</style>
border-color css
<style>
span { border-color: #9CF052; }
span { border-color: rgb(156,240,82); }
td.TdClassName
{
border-color: #9CF052;
}
.TagClassName
{
border-color: #9CF052;
}
</style>