Shades of Free Speech Green #05FE1A
Tints of Free Speech Green #05FE1A
RGB
CMYK
RGB Variations
Color information
#05FE1A (or 0x05FE1A) is known color: Free Speech Green. HEX triplet: 05, FE and 1A. RGB value is (5,254,26). Sum of RGB (Red+Green+Blue) = 5+254+26=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 254 (99.61% from 255 or 89.12% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE1A is #FA01E5. Grayscale: #9A9A9A. Windows color (decimal): -16384486 or 1768965. OLE color: 1768965.
HSL color Cylindrical-coordinate representation of color #05FE1A: hue angle of 125.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE1A is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 26 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.00 |
| HSL | 125.06º | 0.99% | 0.51% | - |
| HSV(B) | 125.06º | 0.98% | 1% | - |
| XYZ | 35.69 | 70.99 | 12.8 | - |
| YUV | 153.56 | 56.01 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 26 | 0.98 | 0 | 0.90 | 0.00 | 125.06 | 0.99 | 0.51 |
| Hex | 5 | FE | 1A | 62 | 0 | 5A | 0 | 7D | 63 | 33 |
| Octal | 5 | 376 | 32 | 142 | 0 | 132 | 0 | 175 | 143 | 63 |
| Binary | 101 | 11111110 | 11010 | 1100010 | 0 | 1011010 | 0 | 1111101 | 1100011 | 110011 |
Color Harmonies of #05FE1A
Complementary color
Monochromatic Colors of #05FE1A
Black with #05FE1A
Text Example
Text Example
White with #05FE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE1A; }
p { color: rgb(5,254,26); }
H1.HeaderClassName
{
color: #05FE1A;
}
.AnyTagClassName
{
color: #05FE1A;
}
</style>
background-color css
<style>
a { background-color: #05FE1A; }
a { background-color: rgb(5,254,26); }
div.DivClassName
{
background-color: #05FE1A;
}
.BgClassName
{
background-color: #05FE1A;
}
</style>
border-color css
<style>
span { border-color: #05FE1A; }
span { border-color: rgb(5,254,26); }
td.TdClassName
{
border-color: #05FE1A;
}
.TagClassName
{
border-color: #05FE1A;
}
</style>