Shades of Free Speech Green #1AD917
Tints of Free Speech Green #1AD917
RGB
CMYK
RGB Variations
Color information
#1AD917 (or 0x1AD917) is known color: Free Speech Green. HEX triplet: 1A, D9 and 17. RGB value is (26,217,23). Sum of RGB (Red+Green+Blue) = 26+217+23=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD917 is #E526E8. Grayscale: #8A8A8A. Windows color (decimal): -15017705 or 1562906. OLE color: 1562906.
HSL color Cylindrical-coordinate representation of color #1AD917: hue angle of 119.07º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD917 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 23 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.15 |
| HSL | 119.07º | 0.81% | 0.47% | - |
| HSV(B) | 119.07º | 0.89% | 0.85% | - |
| XYZ | 25.39 | 49.91 | 9.11 | - |
| YUV | 137.78 | 63.22 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 23 | 0.88 | 0 | 0.89 | 0.15 | 119.07 | 0.81 | 0.47 |
| Hex | 1A | D9 | 17 | 58 | 0 | 59 | F | 77 | 51 | 2F |
| Octal | 32 | 331 | 27 | 130 | 0 | 131 | 17 | 167 | 121 | 57 |
| Binary | 11010 | 11011001 | 10111 | 1011000 | 0 | 1011001 | 1111 | 1110111 | 1010001 | 101111 |
Color Harmonies of #1AD917
Complementary color
Monochromatic Colors of #1AD917
Black with #1AD917
Text Example
Text Example
White with #1AD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD917; }
p { color: rgb(26,217,23); }
H1.HeaderClassName
{
color: #1AD917;
}
.AnyTagClassName
{
color: #1AD917;
}
</style>
background-color css
<style>
a { background-color: #1AD917; }
a { background-color: rgb(26,217,23); }
div.DivClassName
{
background-color: #1AD917;
}
.BgClassName
{
background-color: #1AD917;
}
</style>
border-color css
<style>
span { border-color: #1AD917; }
span { border-color: rgb(26,217,23); }
td.TdClassName
{
border-color: #1AD917;
}
.TagClassName
{
border-color: #1AD917;
}
</style>