Shades of Free Speech Green #1AF209
Tints of Free Speech Green #1AF209
RGB
CMYK
RGB Variations
Color information
#1AF209 (or 0x1AF209) is known color: Free Speech Green. HEX triplet: 1A, F2 and 09. RGB value is (26,242,9). Sum of RGB (Red+Green+Blue) = 26+242+9=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 242 (94.92% from 255 or 87.36% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF209 is #E50DF6. Grayscale: #979797. Windows color (decimal): -15011319 or 651802. OLE color: 651802.
HSL color Cylindrical-coordinate representation of color #1AF209: hue angle of 115.62º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AF209 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.05 |
| HSL | 115.62º | 0.93% | 0.49% | - |
| HSV(B) | 115.62º | 0.96% | 0.95% | - |
| XYZ | 32.23 | 63.74 | 10.86 | - |
| YUV | 150.85 | 47.94 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 9 | 0.89 | 0 | 0.96 | 0.05 | 115.62 | 0.93 | 0.49 |
| Hex | 1A | F2 | 9 | 59 | 0 | 60 | 5 | 74 | 5D | 31 |
| Octal | 32 | 362 | 11 | 131 | 0 | 140 | 5 | 164 | 135 | 61 |
| Binary | 11010 | 11110010 | 1001 | 1011001 | 0 | 1100000 | 101 | 1110100 | 1011101 | 110001 |
Color Harmonies of #1AF209
Complementary color
Monochromatic Colors of #1AF209
Black with #1AF209
Text Example
Text Example
White with #1AF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF209; }
p { color: rgb(26,242,9); }
H1.HeaderClassName
{
color: #1AF209;
}
.AnyTagClassName
{
color: #1AF209;
}
</style>
background-color css
<style>
a { background-color: #1AF209; }
a { background-color: rgb(26,242,9); }
div.DivClassName
{
background-color: #1AF209;
}
.BgClassName
{
background-color: #1AF209;
}
</style>
border-color css
<style>
span { border-color: #1AF209; }
span { border-color: rgb(26,242,9); }
td.TdClassName
{
border-color: #1AF209;
}
.TagClassName
{
border-color: #1AF209;
}
</style>