Shades of Free Speech Green #04CE0A
Tints of Free Speech Green #04CE0A
RGB
CMYK
RGB Variations
Color information
#04CE0A (or 0x04CE0A) is known color: Free Speech Green. HEX triplet: 04, CE and 0A. RGB value is (4,206,10). Sum of RGB (Red+Green+Blue) = 4+206+10=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 206 (80.86% from 255 or 93.64% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CE0A is #FB31F5. Grayscale: #7B7B7B. Windows color (decimal): -16462326 or 708100. OLE color: 708100.
HSL color Cylindrical-coordinate representation of color #04CE0A: hue angle of 121.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE0A is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 10 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.19 |
| HSL | 121.78º | 0.96% | 0.41% | - |
| HSV(B) | 121.78º | 0.98% | 0.81% | - |
| XYZ | 22.18 | 44.19 | 7.65 | - |
| YUV | 123.26 | 64.08 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 10 | 0.98 | 0 | 0.95 | 0.19 | 121.78 | 0.96 | 0.41 |
| Hex | 4 | CE | A | 62 | 0 | 5F | 13 | 7A | 60 | 29 |
| Octal | 4 | 316 | 12 | 142 | 0 | 137 | 23 | 172 | 140 | 51 |
| Binary | 100 | 11001110 | 1010 | 1100010 | 0 | 1011111 | 10011 | 1111010 | 1100000 | 101001 |
Color Harmonies of #04CE0A
Complementary color
Monochromatic Colors of #04CE0A
Black with #04CE0A
Text Example
Text Example
White with #04CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE0A; }
p { color: rgb(4,206,10); }
H1.HeaderClassName
{
color: #04CE0A;
}
.AnyTagClassName
{
color: #04CE0A;
}
</style>
background-color css
<style>
a { background-color: #04CE0A; }
a { background-color: rgb(4,206,10); }
div.DivClassName
{
background-color: #04CE0A;
}
.BgClassName
{
background-color: #04CE0A;
}
</style>
border-color css
<style>
span { border-color: #04CE0A; }
span { border-color: rgb(4,206,10); }
td.TdClassName
{
border-color: #04CE0A;
}
.TagClassName
{
border-color: #04CE0A;
}
</style>