Shades of Free Speech Green #05E00A
Tints of Free Speech Green #05E00A
RGB
CMYK
RGB Variations
Color information
#05E00A (or 0x05E00A) is known color: Free Speech Green. HEX triplet: 05, E0 and 0A. RGB value is (5,224,10). Sum of RGB (Red+Green+Blue) = 5+224+10=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 224 (87.89% from 255 or 93.72% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 224 - color contains mainly: green. Hex color #05E00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E00A is #FA1FF5. Grayscale: #868686. Windows color (decimal): -16392182 or 712709. OLE color: 712709.
HSL color Cylindrical-coordinate representation of color #05E00A: hue angle of 121.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E00A is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 10 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.12 |
| HSL | 121.37º | 0.96% | 0.45% | - |
| HSV(B) | 121.37º | 0.98% | 0.88% | - |
| XYZ | 26.77 | 53.37 | 9.18 | - |
| YUV | 134.12 | 57.95 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 10 | 0.98 | 0 | 0.96 | 0.12 | 121.37 | 0.96 | 0.45 |
| Hex | 5 | E0 | A | 62 | 0 | 60 | C | 79 | 60 | 2D |
| Octal | 5 | 340 | 12 | 142 | 0 | 140 | 14 | 171 | 140 | 55 |
| Binary | 101 | 11100000 | 1010 | 1100010 | 0 | 1100000 | 1100 | 1111001 | 1100000 | 101101 |
Color Harmonies of #05E00A
Complementary color
Monochromatic Colors of #05E00A
Black with #05E00A
Text Example
Text Example
White with #05E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E00A; }
p { color: rgb(5,224,10); }
H1.HeaderClassName
{
color: #05E00A;
}
.AnyTagClassName
{
color: #05E00A;
}
</style>
background-color css
<style>
a { background-color: #05E00A; }
a { background-color: rgb(5,224,10); }
div.DivClassName
{
background-color: #05E00A;
}
.BgClassName
{
background-color: #05E00A;
}
</style>
border-color css
<style>
span { border-color: #05E00A; }
span { border-color: rgb(5,224,10); }
td.TdClassName
{
border-color: #05E00A;
}
.TagClassName
{
border-color: #05E00A;
}
</style>