Shades of Free Speech Green #1AD508
Tints of Free Speech Green #1AD508
RGB
CMYK
RGB Variations
Color information
#1AD508 (or 0x1AD508) is known color: Free Speech Green. HEX triplet: 1A, D5 and 08. RGB value is (26,213,8). Sum of RGB (Red+Green+Blue) = 26+213+8=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD508 is #E52AF7. Grayscale: #868686. Windows color (decimal): -15018744 or 578842. OLE color: 578842.
HSL color Cylindrical-coordinate representation of color #1AD508: hue angle of 114.73º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AD508 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.16 |
| HSL | 114.73º | 0.93% | 0.43% | - |
| HSV(B) | 114.73º | 0.96% | 0.84% | - |
| XYZ | 24.26 | 47.83 | 8.18 | - |
| YUV | 133.72 | 57.05 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 8 | 0.88 | 0 | 0.96 | 0.16 | 114.73 | 0.93 | 0.43 |
| Hex | 1A | D5 | 8 | 58 | 0 | 60 | 10 | 73 | 5D | 2B |
| Octal | 32 | 325 | 10 | 130 | 0 | 140 | 20 | 163 | 135 | 53 |
| Binary | 11010 | 11010101 | 1000 | 1011000 | 0 | 1100000 | 10000 | 1110011 | 1011101 | 101011 |
Color Harmonies of #1AD508
Complementary color
Monochromatic Colors of #1AD508
Black with #1AD508
Text Example
Text Example
White with #1AD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD508; }
p { color: rgb(26,213,8); }
H1.HeaderClassName
{
color: #1AD508;
}
.AnyTagClassName
{
color: #1AD508;
}
</style>
background-color css
<style>
a { background-color: #1AD508; }
a { background-color: rgb(26,213,8); }
div.DivClassName
{
background-color: #1AD508;
}
.BgClassName
{
background-color: #1AD508;
}
</style>
border-color css
<style>
span { border-color: #1AD508; }
span { border-color: rgb(26,213,8); }
td.TdClassName
{
border-color: #1AD508;
}
.TagClassName
{
border-color: #1AD508;
}
</style>