Shades of Free Speech Green #1AD908
Tints of Free Speech Green #1AD908
RGB
CMYK
RGB Variations
Color information
#1AD908 (or 0x1AD908) is known color: Free Speech Green. HEX triplet: 1A, D9 and 08. RGB value is (26,217,8). Sum of RGB (Red+Green+Blue) = 26+217+8=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 217 (85.16% from 255 or 86.45% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD908 is #E526F7. Grayscale: #888888. Windows color (decimal): -15017720 or 579866. OLE color: 579866.
HSL color Cylindrical-coordinate representation of color #1AD908: hue angle of 114.83º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AD908 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.15 |
| HSL | 114.83º | 0.93% | 0.44% | - |
| HSV(B) | 114.83º | 0.96% | 0.85% | - |
| XYZ | 25.28 | 49.86 | 8.52 | - |
| YUV | 136.07 | 55.72 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 8 | 0.88 | 0 | 0.96 | 0.15 | 114.83 | 0.93 | 0.44 |
| Hex | 1A | D9 | 8 | 58 | 0 | 60 | F | 73 | 5D | 2C |
| Octal | 32 | 331 | 10 | 130 | 0 | 140 | 17 | 163 | 135 | 54 |
| Binary | 11010 | 11011001 | 1000 | 1011000 | 0 | 1100000 | 1111 | 1110011 | 1011101 | 101100 |
Color Harmonies of #1AD908
Complementary color
Monochromatic Colors of #1AD908
Black with #1AD908
Text Example
Text Example
White with #1AD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD908; }
p { color: rgb(26,217,8); }
H1.HeaderClassName
{
color: #1AD908;
}
.AnyTagClassName
{
color: #1AD908;
}
</style>
background-color css
<style>
a { background-color: #1AD908; }
a { background-color: rgb(26,217,8); }
div.DivClassName
{
background-color: #1AD908;
}
.BgClassName
{
background-color: #1AD908;
}
</style>
border-color css
<style>
span { border-color: #1AD908; }
span { border-color: rgb(26,217,8); }
td.TdClassName
{
border-color: #1AD908;
}
.TagClassName
{
border-color: #1AD908;
}
</style>