Shades of Free Speech Green #0CF710
Tints of Free Speech Green #0CF710
RGB
CMYK
RGB Variations
Color information
#0CF710 (or 0x0CF710) is known color: Free Speech Green. HEX triplet: 0C, F7 and 10. RGB value is (12,247,16). Sum of RGB (Red+Green+Blue) = 12+247+16=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 247 (96.88% from 255 or 89.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF710 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF710 is #F308EF. Grayscale: #979797. Windows color (decimal): -15927536 or 1111820. OLE color: 1111820.
HSL color Cylindrical-coordinate representation of color #0CF710: hue angle of 121.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF710 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 247 | 16 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.03 |
| HSL | 121.02º | 0.94% | 0.51% | - |
| HSV(B) | 121.02º | 0.95% | 0.97% | - |
| XYZ | 33.51 | 66.64 | 11.59 | - |
| YUV | 150.4 | 52.14 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 247 | 16 | 0.95 | 0 | 0.94 | 0.03 | 121.02 | 0.94 | 0.51 |
| Hex | C | F7 | 10 | 5F | 0 | 5E | 3 | 79 | 5E | 33 |
| Octal | 14 | 367 | 20 | 137 | 0 | 136 | 3 | 171 | 136 | 63 |
| Binary | 1100 | 11110111 | 10000 | 1011111 | 0 | 1011110 | 11 | 1111001 | 1011110 | 110011 |
Color Harmonies of #0CF710
Complementary color
Monochromatic Colors of #0CF710
Black with #0CF710
Text Example
Text Example
White with #0CF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF710; }
p { color: rgb(12,247,16); }
H1.HeaderClassName
{
color: #0CF710;
}
.AnyTagClassName
{
color: #0CF710;
}
</style>
background-color css
<style>
a { background-color: #0CF710; }
a { background-color: rgb(12,247,16); }
div.DivClassName
{
background-color: #0CF710;
}
.BgClassName
{
background-color: #0CF710;
}
</style>
border-color css
<style>
span { border-color: #0CF710; }
span { border-color: rgb(12,247,16); }
td.TdClassName
{
border-color: #0CF710;
}
.TagClassName
{
border-color: #0CF710;
}
</style>