Shades of Free Speech Green #1AFE02
Tints of Free Speech Green #1AFE02
RGB
CMYK
RGB Variations
Color information
#1AFE02 (or 0x1AFE02) is known color: Free Speech Green. HEX triplet: 1A, FE and 02. RGB value is (26,254,2). Sum of RGB (Red+Green+Blue) = 26+254+2=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 254 (99.61% from 255 or 90.07% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFE02 is #E501FD. Grayscale: #9D9D9D. Windows color (decimal): -15008254 or 196122. OLE color: 196122.
HSL color Cylindrical-coordinate representation of color #1AFE02: hue angle of 114.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AFE02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.00 |
| HSL | 114.29º | 0.99% | 0.5% | - |
| HSV(B) | 114.29º | 0.99% | 1% | - |
| XYZ | 35.88 | 71.11 | 11.89 | - |
| YUV | 157.1 | 40.46 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 2 | 0.90 | 0 | 0.99 | 0.00 | 114.29 | 0.99 | 0.5 |
| Hex | 1A | FE | 2 | 5A | 0 | 63 | 0 | 72 | 63 | 32 |
| Octal | 32 | 376 | 2 | 132 | 0 | 143 | 0 | 162 | 143 | 62 |
| Binary | 11010 | 11111110 | 10 | 1011010 | 0 | 1100011 | 0 | 1110010 | 1100011 | 110010 |
Color Harmonies of #1AFE02
Complementary color
Monochromatic Colors of #1AFE02
Black with #1AFE02
Text Example
Text Example
White with #1AFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE02; }
p { color: rgb(26,254,2); }
H1.HeaderClassName
{
color: #1AFE02;
}
.AnyTagClassName
{
color: #1AFE02;
}
</style>
background-color css
<style>
a { background-color: #1AFE02; }
a { background-color: rgb(26,254,2); }
div.DivClassName
{
background-color: #1AFE02;
}
.BgClassName
{
background-color: #1AFE02;
}
</style>
border-color css
<style>
span { border-color: #1AFE02; }
span { border-color: rgb(26,254,2); }
td.TdClassName
{
border-color: #1AFE02;
}
.TagClassName
{
border-color: #1AFE02;
}
</style>