Shades of Free Speech Green #1AD60A
Tints of Free Speech Green #1AD60A
RGB
CMYK
RGB Variations
Color information
#1AD60A (or 0x1AD60A) is known color: Free Speech Green. HEX triplet: 1A, D6 and 0A. RGB value is (26,214,10). Sum of RGB (Red+Green+Blue) = 26+214+10=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD60A is #E529F5. Grayscale: #878787. Windows color (decimal): -15018486 or 710170. OLE color: 710170.
HSL color Cylindrical-coordinate representation of color #1AD60A: hue angle of 115.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AD60A is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 10 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.16 |
| HSL | 115.29º | 0.91% | 0.44% | - |
| HSV(B) | 115.29º | 0.95% | 0.84% | - |
| XYZ | 24.53 | 48.33 | 8.32 | - |
| YUV | 134.53 | 57.72 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 10 | 0.88 | 0 | 0.95 | 0.16 | 115.29 | 0.91 | 0.44 |
| Hex | 1A | D6 | A | 58 | 0 | 5F | 10 | 73 | 5B | 2C |
| Octal | 32 | 326 | 12 | 130 | 0 | 137 | 20 | 163 | 133 | 54 |
| Binary | 11010 | 11010110 | 1010 | 1011000 | 0 | 1011111 | 10000 | 1110011 | 1011011 | 101100 |
Color Harmonies of #1AD60A
Complementary color
Monochromatic Colors of #1AD60A
Black with #1AD60A
Text Example
Text Example
White with #1AD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD60A; }
p { color: rgb(26,214,10); }
H1.HeaderClassName
{
color: #1AD60A;
}
.AnyTagClassName
{
color: #1AD60A;
}
</style>
background-color css
<style>
a { background-color: #1AD60A; }
a { background-color: rgb(26,214,10); }
div.DivClassName
{
background-color: #1AD60A;
}
.BgClassName
{
background-color: #1AD60A;
}
</style>
border-color css
<style>
span { border-color: #1AD60A; }
span { border-color: rgb(26,214,10); }
td.TdClassName
{
border-color: #1AD60A;
}
.TagClassName
{
border-color: #1AD60A;
}
</style>