Shades of Free Speech Green #1AF802
Tints of Free Speech Green #1AF802
RGB
CMYK
RGB Variations
Color information
#1AF802 (or 0x1AF802) is known color: Free Speech Green. HEX triplet: 1A, F8 and 02. RGB value is (26,248,2). Sum of RGB (Red+Green+Blue) = 26+248+2=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 248 (97.27% from 255 or 89.86% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF802 is #E507FD. Grayscale: #9A9A9A. Windows color (decimal): -15009790 or 194586. OLE color: 194586.
HSL color Cylindrical-coordinate representation of color #1AF802: hue angle of 114.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AF802 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.03 |
| HSL | 114.15º | 0.98% | 0.49% | - |
| HSV(B) | 114.15º | 0.99% | 0.97% | - |
| XYZ | 34 | 67.36 | 11.27 | - |
| YUV | 153.58 | 42.45 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 2 | 0.90 | 0 | 0.99 | 0.03 | 114.15 | 0.98 | 0.49 |
| Hex | 1A | F8 | 2 | 5A | 0 | 63 | 3 | 72 | 62 | 31 |
| Octal | 32 | 370 | 2 | 132 | 0 | 143 | 3 | 162 | 142 | 61 |
| Binary | 11010 | 11111000 | 10 | 1011010 | 0 | 1100011 | 11 | 1110010 | 1100010 | 110001 |
Color Harmonies of #1AF802
Complementary color
Monochromatic Colors of #1AF802
Black with #1AF802
Text Example
Text Example
White with #1AF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF802; }
p { color: rgb(26,248,2); }
H1.HeaderClassName
{
color: #1AF802;
}
.AnyTagClassName
{
color: #1AF802;
}
</style>
background-color css
<style>
a { background-color: #1AF802; }
a { background-color: rgb(26,248,2); }
div.DivClassName
{
background-color: #1AF802;
}
.BgClassName
{
background-color: #1AF802;
}
</style>
border-color css
<style>
span { border-color: #1AF802; }
span { border-color: rgb(26,248,2); }
td.TdClassName
{
border-color: #1AF802;
}
.TagClassName
{
border-color: #1AF802;
}
</style>