Shades of Free Speech Green #1AF922
Tints of Free Speech Green #1AF922
RGB
CMYK
RGB Variations
Color information
#1AF922 (or 0x1AF922) is known color: Free Speech Green. HEX triplet: 1A, F9 and 22. RGB value is (26,249,34). Sum of RGB (Red+Green+Blue) = 26+249+34=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 249 (97.66% from 255 or 80.58% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF922 is #E506DD. Grayscale: #9E9E9E. Windows color (decimal): -15009502 or 2291994. OLE color: 2291994.
HSL color Cylindrical-coordinate representation of color #1AF922: hue angle of 122.15º degrees, saturation: 0.95, 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 #1AF922 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 34 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.02 |
| HSL | 122.15º | 0.95% | 0.54% | - |
| HSV(B) | 122.15º | 0.9% | 0.98% | - |
| XYZ | 34.59 | 68.09 | 12.83 | - |
| YUV | 157.81 | 58.12 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 34 | 0.90 | 0 | 0.86 | 0.02 | 122.15 | 0.95 | 0.54 |
| Hex | 1A | F9 | 22 | 5A | 0 | 56 | 2 | 7A | 5F | 36 |
| Octal | 32 | 371 | 42 | 132 | 0 | 126 | 2 | 172 | 137 | 66 |
| Binary | 11010 | 11111001 | 100010 | 1011010 | 0 | 1010110 | 10 | 1111010 | 1011111 | 110110 |
Color Harmonies of #1AF922
Complementary color
Monochromatic Colors of #1AF922
Black with #1AF922
Text Example
Text Example
White with #1AF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF922; }
p { color: rgb(26,249,34); }
H1.HeaderClassName
{
color: #1AF922;
}
.AnyTagClassName
{
color: #1AF922;
}
</style>
background-color css
<style>
a { background-color: #1AF922; }
a { background-color: rgb(26,249,34); }
div.DivClassName
{
background-color: #1AF922;
}
.BgClassName
{
background-color: #1AF922;
}
</style>
border-color css
<style>
span { border-color: #1AF922; }
span { border-color: rgb(26,249,34); }
td.TdClassName
{
border-color: #1AF922;
}
.TagClassName
{
border-color: #1AF922;
}
</style>