Shades of Free Speech Green #04CC0C
Tints of Free Speech Green #04CC0C
RGB
CMYK
RGB Variations
Color information
#04CC0C (or 0x04CC0C) is known color: Free Speech Green. HEX triplet: 04, CC and 0C. RGB value is (4,204,12). Sum of RGB (Red+Green+Blue) = 4+204+12=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 204 (80.08% from 255 or 92.73% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC0C is #FB33F3. Grayscale: #7A7A7A. Windows color (decimal): -16462836 or 838660. OLE color: 838660.
HSL color Cylindrical-coordinate representation of color #04CC0C: hue angle of 122.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC0C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.2 |
| HSL | 122.4º | 0.96% | 0.41% | - |
| HSV(B) | 122.4º | 0.98% | 0.8% | - |
| XYZ | 21.71 | 43.24 | 7.55 | - |
| YUV | 122.31 | 65.74 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 12 | 0.98 | 0 | 0.94 | 0.2 | 122.4 | 0.96 | 0.41 |
| Hex | 4 | CC | C | 62 | 0 | 5E | 14 | 7A | 60 | 29 |
| Octal | 4 | 314 | 14 | 142 | 0 | 136 | 24 | 172 | 140 | 51 |
| Binary | 100 | 11001100 | 1100 | 1100010 | 0 | 1011110 | 10100 | 1111010 | 1100000 | 101001 |
Color Harmonies of #04CC0C
Complementary color
Monochromatic Colors of #04CC0C
Black with #04CC0C
Text Example
Text Example
White with #04CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC0C; }
p { color: rgb(4,204,12); }
H1.HeaderClassName
{
color: #04CC0C;
}
.AnyTagClassName
{
color: #04CC0C;
}
</style>
background-color css
<style>
a { background-color: #04CC0C; }
a { background-color: rgb(4,204,12); }
div.DivClassName
{
background-color: #04CC0C;
}
.BgClassName
{
background-color: #04CC0C;
}
</style>
border-color css
<style>
span { border-color: #04CC0C; }
span { border-color: rgb(4,204,12); }
td.TdClassName
{
border-color: #04CC0C;
}
.TagClassName
{
border-color: #04CC0C;
}
</style>