Shades of Free Speech Green #04DA0C
Tints of Free Speech Green #04DA0C
RGB
CMYK
RGB Variations
Color information
#04DA0C (or 0x04DA0C) is known color: Free Speech Green. HEX triplet: 04, DA and 0C. RGB value is (4,218,12). Sum of RGB (Red+Green+Blue) = 4+218+12=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 218 (85.55% from 255 or 93.16% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 218 - color contains mainly: green. Hex color #04DA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DA0C is #FB25F3. Grayscale: #838383. Windows color (decimal): -16459252 or 842244. OLE color: 842244.
HSL color Cylindrical-coordinate representation of color #04DA0C: hue angle of 122.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DA0C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 218 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.15 |
| HSL | 122.24º | 0.96% | 0.44% | - |
| HSV(B) | 122.24º | 0.98% | 0.85% | - |
| XYZ | 25.19 | 50.2 | 8.71 | - |
| YUV | 130.53 | 61.1 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 12 | 0.98 | 0 | 0.94 | 0.15 | 122.24 | 0.96 | 0.44 |
| Hex | 4 | DA | C | 62 | 0 | 5E | F | 7A | 60 | 2C |
| Octal | 4 | 332 | 14 | 142 | 0 | 136 | 17 | 172 | 140 | 54 |
| Binary | 100 | 11011010 | 1100 | 1100010 | 0 | 1011110 | 1111 | 1111010 | 1100000 | 101100 |
Color Harmonies of #04DA0C
Complementary color
Monochromatic Colors of #04DA0C
Black with #04DA0C
Text Example
Text Example
White with #04DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DA0C; }
p { color: rgb(4,218,12); }
H1.HeaderClassName
{
color: #04DA0C;
}
.AnyTagClassName
{
color: #04DA0C;
}
</style>
background-color css
<style>
a { background-color: #04DA0C; }
a { background-color: rgb(4,218,12); }
div.DivClassName
{
background-color: #04DA0C;
}
.BgClassName
{
background-color: #04DA0C;
}
</style>
border-color css
<style>
span { border-color: #04DA0C; }
span { border-color: rgb(4,218,12); }
td.TdClassName
{
border-color: #04DA0C;
}
.TagClassName
{
border-color: #04DA0C;
}
</style>