Shades of Free Speech Green #1AD705
Tints of Free Speech Green #1AD705
RGB
CMYK
RGB Variations
Color information
#1AD705 (or 0x1AD705) is known color: Free Speech Green. HEX triplet: 1A, D7 and 05. RGB value is (26,215,5). Sum of RGB (Red+Green+Blue) = 26+215+5=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 215 (84.38% from 255 or 87.40% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD705 is #E528FA. Grayscale: #878787. Windows color (decimal): -15018235 or 382746. OLE color: 382746.
HSL color Cylindrical-coordinate representation of color #1AD705: hue angle of 114º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AD705 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.16 |
| HSL | 114º | 0.95% | 0.43% | - |
| HSV(B) | 114º | 0.98% | 0.84% | - |
| XYZ | 24.75 | 48.83 | 8.26 | - |
| YUV | 134.55 | 54.88 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 5 | 0.88 | 0 | 0.98 | 0.16 | 114 | 0.95 | 0.43 |
| Hex | 1A | D7 | 5 | 58 | 0 | 62 | 10 | 72 | 5F | 2B |
| Octal | 32 | 327 | 5 | 130 | 0 | 142 | 20 | 162 | 137 | 53 |
| Binary | 11010 | 11010111 | 101 | 1011000 | 0 | 1100010 | 10000 | 1110010 | 1011111 | 101011 |
Color Harmonies of #1AD705
Complementary color
Monochromatic Colors of #1AD705
Black with #1AD705
Text Example
Text Example
White with #1AD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD705; }
p { color: rgb(26,215,5); }
H1.HeaderClassName
{
color: #1AD705;
}
.AnyTagClassName
{
color: #1AD705;
}
</style>
background-color css
<style>
a { background-color: #1AD705; }
a { background-color: rgb(26,215,5); }
div.DivClassName
{
background-color: #1AD705;
}
.BgClassName
{
background-color: #1AD705;
}
</style>
border-color css
<style>
span { border-color: #1AD705; }
span { border-color: rgb(26,215,5); }
td.TdClassName
{
border-color: #1AD705;
}
.TagClassName
{
border-color: #1AD705;
}
</style>