Shades of Free Speech Green #1AD610
Tints of Free Speech Green #1AD610
RGB
CMYK
RGB Variations
Color information
#1AD610 (or 0x1AD610) is known color: Free Speech Green. HEX triplet: 1A, D6 and 10. RGB value is (26,214,16). Sum of RGB (Red+Green+Blue) = 26+214+16=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 214 (83.98% from 255 or 83.59% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD610 is #E529EF. Grayscale: #878787. Windows color (decimal): -15018480 or 1103386. OLE color: 1103386.
HSL color Cylindrical-coordinate representation of color #1AD610: hue angle of 116.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AD610 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.16 |
| HSL | 116.97º | 0.86% | 0.45% | - |
| HSV(B) | 116.97º | 0.93% | 0.84% | - |
| XYZ | 24.57 | 48.35 | 8.53 | - |
| YUV | 135.22 | 60.72 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 16 | 0.88 | 0 | 0.93 | 0.16 | 116.97 | 0.86 | 0.45 |
| Hex | 1A | D6 | 10 | 58 | 0 | 5D | 10 | 75 | 56 | 2D |
| Octal | 32 | 326 | 20 | 130 | 0 | 135 | 20 | 165 | 126 | 55 |
| Binary | 11010 | 11010110 | 10000 | 1011000 | 0 | 1011101 | 10000 | 1110101 | 1010110 | 101101 |
Color Harmonies of #1AD610
Complementary color
Monochromatic Colors of #1AD610
Black with #1AD610
Text Example
Text Example
White with #1AD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD610; }
p { color: rgb(26,214,16); }
H1.HeaderClassName
{
color: #1AD610;
}
.AnyTagClassName
{
color: #1AD610;
}
</style>
background-color css
<style>
a { background-color: #1AD610; }
a { background-color: rgb(26,214,16); }
div.DivClassName
{
background-color: #1AD610;
}
.BgClassName
{
background-color: #1AD610;
}
</style>
border-color css
<style>
span { border-color: #1AD610; }
span { border-color: rgb(26,214,16); }
td.TdClassName
{
border-color: #1AD610;
}
.TagClassName
{
border-color: #1AD610;
}
</style>