Shades of Free Speech Green #1AD805
Tints of Free Speech Green #1AD805
RGB
CMYK
RGB Variations
Color information
#1AD805 (or 0x1AD805) is known color: Free Speech Green. HEX triplet: 1A, D8 and 05. RGB value is (26,216,5). Sum of RGB (Red+Green+Blue) = 26+216+5=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 216 (84.77% from 255 or 87.45% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD805 is #E527FA. Grayscale: #878787. Windows color (decimal): -15017979 or 383002. OLE color: 383002.
HSL color Cylindrical-coordinate representation of color #1AD805: hue angle of 114.03º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AD805 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.15 |
| HSL | 114.03º | 0.95% | 0.43% | - |
| HSV(B) | 114.03º | 0.98% | 0.85% | - |
| XYZ | 25.01 | 49.34 | 8.35 | - |
| YUV | 135.14 | 54.55 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 5 | 0.88 | 0 | 0.98 | 0.15 | 114.03 | 0.95 | 0.43 |
| Hex | 1A | D8 | 5 | 58 | 0 | 62 | F | 72 | 5F | 2B |
| Octal | 32 | 330 | 5 | 130 | 0 | 142 | 17 | 162 | 137 | 53 |
| Binary | 11010 | 11011000 | 101 | 1011000 | 0 | 1100010 | 1111 | 1110010 | 1011111 | 101011 |
Color Harmonies of #1AD805
Complementary color
Monochromatic Colors of #1AD805
Black with #1AD805
Text Example
Text Example
White with #1AD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD805; }
p { color: rgb(26,216,5); }
H1.HeaderClassName
{
color: #1AD805;
}
.AnyTagClassName
{
color: #1AD805;
}
</style>
background-color css
<style>
a { background-color: #1AD805; }
a { background-color: rgb(26,216,5); }
div.DivClassName
{
background-color: #1AD805;
}
.BgClassName
{
background-color: #1AD805;
}
</style>
border-color css
<style>
span { border-color: #1AD805; }
span { border-color: rgb(26,216,5); }
td.TdClassName
{
border-color: #1AD805;
}
.TagClassName
{
border-color: #1AD805;
}
</style>