Shades of Free Speech Green #07CC0C
Tints of Free Speech Green #07CC0C
RGB
CMYK
RGB Variations
Color information
#07CC0C (or 0x07CC0C) is known color: Free Speech Green. HEX triplet: 07, CC and 0C. RGB value is (7,204,12). Sum of RGB (Red+Green+Blue) = 7+204+12=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 204 (80.08% from 255 or 91.48% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CC0C is #F833F3. Grayscale: #7B7B7B. Windows color (decimal): -16266228 or 838663. OLE color: 838663.
HSL color Cylindrical-coordinate representation of color #07CC0C: hue angle of 121.52º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC0C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 12 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.2 |
| HSL | 121.52º | 0.93% | 0.41% | - |
| HSV(B) | 121.52º | 0.97% | 0.8% | - |
| XYZ | 21.75 | 43.26 | 7.55 | - |
| YUV | 123.21 | 65.23 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 12 | 0.97 | 0 | 0.94 | 0.2 | 121.52 | 0.93 | 0.41 |
| Hex | 7 | CC | C | 61 | 0 | 5E | 14 | 7A | 5D | 29 |
| Octal | 7 | 314 | 14 | 141 | 0 | 136 | 24 | 172 | 135 | 51 |
| Binary | 111 | 11001100 | 1100 | 1100001 | 0 | 1011110 | 10100 | 1111010 | 1011101 | 101001 |
Color Harmonies of #07CC0C
Complementary color
Monochromatic Colors of #07CC0C
Black with #07CC0C
Text Example
Text Example
White with #07CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC0C; }
p { color: rgb(7,204,12); }
H1.HeaderClassName
{
color: #07CC0C;
}
.AnyTagClassName
{
color: #07CC0C;
}
</style>
background-color css
<style>
a { background-color: #07CC0C; }
a { background-color: rgb(7,204,12); }
div.DivClassName
{
background-color: #07CC0C;
}
.BgClassName
{
background-color: #07CC0C;
}
</style>
border-color css
<style>
span { border-color: #07CC0C; }
span { border-color: rgb(7,204,12); }
td.TdClassName
{
border-color: #07CC0C;
}
.TagClassName
{
border-color: #07CC0C;
}
</style>