Shades of Free Speech Green #1AD209
Tints of Free Speech Green #1AD209
RGB
CMYK
RGB Variations
Color information
#1AD209 (or 0x1AD209) is known color: Free Speech Green. HEX triplet: 1A, D2 and 09. RGB value is (26,210,9). Sum of RGB (Red+Green+Blue) = 26+210+9=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 210 (82.42% from 255 or 85.71% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD209 is #E52DF6. Grayscale: #848484. Windows color (decimal): -15019511 or 643610. OLE color: 643610.
HSL color Cylindrical-coordinate representation of color #1AD209: hue angle of 114.93º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AD209 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.18 |
| HSL | 114.93º | 0.92% | 0.43% | - |
| HSV(B) | 114.93º | 0.96% | 0.82% | - |
| XYZ | 23.52 | 46.33 | 7.96 | - |
| YUV | 132.07 | 58.54 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 9 | 0.88 | 0 | 0.96 | 0.18 | 114.93 | 0.92 | 0.43 |
| Hex | 1A | D2 | 9 | 58 | 0 | 60 | 12 | 73 | 5C | 2B |
| Octal | 32 | 322 | 11 | 130 | 0 | 140 | 22 | 163 | 134 | 53 |
| Binary | 11010 | 11010010 | 1001 | 1011000 | 0 | 1100000 | 10010 | 1110011 | 1011100 | 101011 |
Color Harmonies of #1AD209
Complementary color
Monochromatic Colors of #1AD209
Black with #1AD209
Text Example
Text Example
White with #1AD209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD209; }
p { color: rgb(26,210,9); }
H1.HeaderClassName
{
color: #1AD209;
}
.AnyTagClassName
{
color: #1AD209;
}
</style>
background-color css
<style>
a { background-color: #1AD209; }
a { background-color: rgb(26,210,9); }
div.DivClassName
{
background-color: #1AD209;
}
.BgClassName
{
background-color: #1AD209;
}
</style>
border-color css
<style>
span { border-color: #1AD209; }
span { border-color: rgb(26,210,9); }
td.TdClassName
{
border-color: #1AD209;
}
.TagClassName
{
border-color: #1AD209;
}
</style>