Shades of Free Speech Green #05FA18
Tints of Free Speech Green #05FA18
RGB
CMYK
RGB Variations
Color information
#05FA18 (or 0x05FA18) is known color: Free Speech Green. HEX triplet: 05, FA and 18. RGB value is (5,250,24). Sum of RGB (Red+Green+Blue) = 5+250+24=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 250 (98.05% from 255 or 89.61% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FA18 is #FA05E7. Grayscale: #979797. Windows color (decimal): -16385512 or 1636869. OLE color: 1636869.
HSL color Cylindrical-coordinate representation of color #05FA18: hue angle of 124.65º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA18 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 24 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.02 |
| HSL | 124.65º | 0.96% | 0.5% | - |
| HSV(B) | 124.65º | 0.98% | 0.98% | - |
| XYZ | 34.41 | 68.47 | 12.27 | - |
| YUV | 150.98 | 56.33 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 24 | 0.98 | 0 | 0.90 | 0.02 | 124.65 | 0.96 | 0.5 |
| Hex | 5 | FA | 18 | 62 | 0 | 5A | 2 | 7D | 60 | 32 |
| Octal | 5 | 372 | 30 | 142 | 0 | 132 | 2 | 175 | 140 | 62 |
| Binary | 101 | 11111010 | 11000 | 1100010 | 0 | 1011010 | 10 | 1111101 | 1100000 | 110010 |
Color Harmonies of #05FA18
Complementary color
Monochromatic Colors of #05FA18
Black with #05FA18
Text Example
Text Example
White with #05FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA18; }
p { color: rgb(5,250,24); }
H1.HeaderClassName
{
color: #05FA18;
}
.AnyTagClassName
{
color: #05FA18;
}
</style>
background-color css
<style>
a { background-color: #05FA18; }
a { background-color: rgb(5,250,24); }
div.DivClassName
{
background-color: #05FA18;
}
.BgClassName
{
background-color: #05FA18;
}
</style>
border-color css
<style>
span { border-color: #05FA18; }
span { border-color: rgb(5,250,24); }
td.TdClassName
{
border-color: #05FA18;
}
.TagClassName
{
border-color: #05FA18;
}
</style>