Shades of Free Speech Green #1AFE05
Tints of Free Speech Green #1AFE05
RGB
CMYK
RGB Variations
Color information
#1AFE05 (or 0x1AFE05) is known color: Free Speech Green. HEX triplet: 1A, FE and 05. RGB value is (26,254,5). Sum of RGB (Red+Green+Blue) = 26+254+5=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 254 (99.61% from 255 or 89.12% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFE05 is #E501FA. Grayscale: #9E9E9E. Windows color (decimal): -15008251 or 392730. OLE color: 392730.
HSL color Cylindrical-coordinate representation of color #1AFE05: hue angle of 114.94º 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 #1AFE05 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 5 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.00 |
| HSL | 114.94º | 0.99% | 0.51% | - |
| HSV(B) | 114.94º | 0.98% | 1% | - |
| XYZ | 35.9 | 71.11 | 11.98 | - |
| YUV | 157.44 | 41.96 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 5 | 0.90 | 0 | 0.98 | 0.00 | 114.94 | 0.99 | 0.51 |
| Hex | 1A | FE | 5 | 5A | 0 | 62 | 0 | 73 | 63 | 33 |
| Octal | 32 | 376 | 5 | 132 | 0 | 142 | 0 | 163 | 143 | 63 |
| Binary | 11010 | 11111110 | 101 | 1011010 | 0 | 1100010 | 0 | 1110011 | 1100011 | 110011 |
Color Harmonies of #1AFE05
Complementary color
Monochromatic Colors of #1AFE05
Black with #1AFE05
Text Example
Text Example
White with #1AFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE05; }
p { color: rgb(26,254,5); }
H1.HeaderClassName
{
color: #1AFE05;
}
.AnyTagClassName
{
color: #1AFE05;
}
</style>
background-color css
<style>
a { background-color: #1AFE05; }
a { background-color: rgb(26,254,5); }
div.DivClassName
{
background-color: #1AFE05;
}
.BgClassName
{
background-color: #1AFE05;
}
</style>
border-color css
<style>
span { border-color: #1AFE05; }
span { border-color: rgb(26,254,5); }
td.TdClassName
{
border-color: #1AFE05;
}
.TagClassName
{
border-color: #1AFE05;
}
</style>