Shades of Free Speech Green #1AF800
Tints of Free Speech Green #1AF800
RGB
CMYK
RGB Variations
Color information
#1AF800 (or 0x1AF800) is known color: Free Speech Green. HEX triplet: 1A, F8 and 00. RGB value is (26,248,0). Sum of RGB (Red+Green+Blue) = 26+248+0=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 248 (97.27% from 255 or 90.51% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF800 is #E507FF. Grayscale: #9A9A9A. Windows color (decimal): -15009792 or 63514. OLE color: 63514.
HSL color Cylindrical-coordinate representation of color #1AF800: hue angle of 113.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AF800 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.03 |
| HSL | 113.71º | 1% | 0.49% | - |
| HSV(B) | 113.71º | 1% | 0.97% | - |
| XYZ | 33.99 | 67.35 | 11.21 | - |
| YUV | 153.35 | 41.45 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 0 | 0.90 | 0 | 1 | 0.03 | 113.71 | 1 | 0.49 |
| Hex | 1A | F8 | 0 | 5A | 0 | 64 | 3 | 72 | 64 | 31 |
| Octal | 32 | 370 | 0 | 132 | 0 | 144 | 3 | 162 | 144 | 61 |
| Binary | 11010 | 11111000 | 0 | 1011010 | 0 | 1100100 | 11 | 1110010 | 1100100 | 110001 |
Color Harmonies of #1AF800
Complementary color
Monochromatic Colors of #1AF800
Black with #1AF800
Text Example
Text Example
White with #1AF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF800; }
p { color: rgb(26,248,0); }
H1.HeaderClassName
{
color: #1AF800;
}
.AnyTagClassName
{
color: #1AF800;
}
</style>
background-color css
<style>
a { background-color: #1AF800; }
a { background-color: rgb(26,248,0); }
div.DivClassName
{
background-color: #1AF800;
}
.BgClassName
{
background-color: #1AF800;
}
</style>
border-color css
<style>
span { border-color: #1AF800; }
span { border-color: rgb(26,248,0); }
td.TdClassName
{
border-color: #1AF800;
}
.TagClassName
{
border-color: #1AF800;
}
</style>