Shades of Free Speech Green #0CC710
Tints of Free Speech Green #0CC710
RGB
CMYK
RGB Variations
Color information
#0CC710 (or 0x0CC710) is known color: Free Speech Green. HEX triplet: 0C, C7 and 10. RGB value is (12,199,16). Sum of RGB (Red+Green+Blue) = 12+199+16=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 199 (78.12% from 255 or 87.67% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC710 is #F338EF. Grayscale: #7A7A7A. Windows color (decimal): -15939824 or 1099532. OLE color: 1099532.
HSL color Cylindrical-coordinate representation of color #0CC710: hue angle of 121.28º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC710 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.22 |
| HSL | 121.28º | 0.89% | 0.41% | - |
| HSV(B) | 121.28º | 0.94% | 0.78% | - |
| XYZ | 20.67 | 40.96 | 7.31 | - |
| YUV | 122.23 | 68.05 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 16 | 0.94 | 0 | 0.92 | 0.22 | 121.28 | 0.89 | 0.41 |
| Hex | C | C7 | 10 | 5E | 0 | 5C | 16 | 79 | 59 | 29 |
| Octal | 14 | 307 | 20 | 136 | 0 | 134 | 26 | 171 | 131 | 51 |
| Binary | 1100 | 11000111 | 10000 | 1011110 | 0 | 1011100 | 10110 | 1111001 | 1011001 | 101001 |
Color Harmonies of #0CC710
Complementary color
Monochromatic Colors of #0CC710
Black with #0CC710
Text Example
Text Example
White with #0CC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC710; }
p { color: rgb(12,199,16); }
H1.HeaderClassName
{
color: #0CC710;
}
.AnyTagClassName
{
color: #0CC710;
}
</style>
background-color css
<style>
a { background-color: #0CC710; }
a { background-color: rgb(12,199,16); }
div.DivClassName
{
background-color: #0CC710;
}
.BgClassName
{
background-color: #0CC710;
}
</style>
border-color css
<style>
span { border-color: #0CC710; }
span { border-color: rgb(12,199,16); }
td.TdClassName
{
border-color: #0CC710;
}
.TagClassName
{
border-color: #0CC710;
}
</style>