Shades of Free Speech Green #1AFB2A
Tints of Free Speech Green #1AFB2A
RGB
CMYK
RGB Variations
Color information
#1AFB2A (or 0x1AFB2A) is known color: Free Speech Green. HEX triplet: 1A, FB and 2A. RGB value is (26,251,42). Sum of RGB (Red+Green+Blue) = 26+251+42=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFB2A is #E504D5. Grayscale: #A0A0A0. Windows color (decimal): -15008982 or 2816794. OLE color: 2816794.
HSL color Cylindrical-coordinate representation of color #1AFB2A: hue angle of 124.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB2A is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 42 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.02 |
| HSL | 124.27º | 0.97% | 0.54% | - |
| HSV(B) | 124.27º | 0.9% | 0.98% | - |
| XYZ | 35.34 | 69.38 | 13.72 | - |
| YUV | 159.9 | 61.46 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 42 | 0.90 | 0 | 0.83 | 0.02 | 124.27 | 0.97 | 0.54 |
| Hex | 1A | FB | 2A | 5A | 0 | 53 | 2 | 7C | 61 | 36 |
| Octal | 32 | 373 | 52 | 132 | 0 | 123 | 2 | 174 | 141 | 66 |
| Binary | 11010 | 11111011 | 101010 | 1011010 | 0 | 1010011 | 10 | 1111100 | 1100001 | 110110 |
Color Harmonies of #1AFB2A
Complementary color
Monochromatic Colors of #1AFB2A
Black with #1AFB2A
Text Example
Text Example
White with #1AFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB2A; }
p { color: rgb(26,251,42); }
H1.HeaderClassName
{
color: #1AFB2A;
}
.AnyTagClassName
{
color: #1AFB2A;
}
</style>
background-color css
<style>
a { background-color: #1AFB2A; }
a { background-color: rgb(26,251,42); }
div.DivClassName
{
background-color: #1AFB2A;
}
.BgClassName
{
background-color: #1AFB2A;
}
</style>
border-color css
<style>
span { border-color: #1AFB2A; }
span { border-color: rgb(26,251,42); }
td.TdClassName
{
border-color: #1AFB2A;
}
.TagClassName
{
border-color: #1AFB2A;
}
</style>