Shades of Free Speech Green #1AD50E
Tints of Free Speech Green #1AD50E
RGB
CMYK
RGB Variations
Color information
#1AD50E (or 0x1AD50E) is known color: Free Speech Green. HEX triplet: 1A, D5 and 0E. RGB value is (26,213,14). Sum of RGB (Red+Green+Blue) = 26+213+14=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD50E is #E52AF1. Grayscale: #878787. Windows color (decimal): -15018738 or 972058. OLE color: 972058.
HSL color Cylindrical-coordinate representation of color #1AD50E: hue angle of 116.38º degrees, saturation: 0.88, 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 #1AD50E is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 14 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.16 |
| HSL | 116.38º | 0.88% | 0.45% | - |
| HSV(B) | 116.38º | 0.93% | 0.84% | - |
| XYZ | 24.3 | 47.84 | 8.37 | - |
| YUV | 134.4 | 60.05 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 14 | 0.88 | 0 | 0.93 | 0.16 | 116.38 | 0.88 | 0.45 |
| Hex | 1A | D5 | E | 58 | 0 | 5D | 10 | 74 | 58 | 2D |
| Octal | 32 | 325 | 16 | 130 | 0 | 135 | 20 | 164 | 130 | 55 |
| Binary | 11010 | 11010101 | 1110 | 1011000 | 0 | 1011101 | 10000 | 1110100 | 1011000 | 101101 |
Color Harmonies of #1AD50E
Complementary color
Monochromatic Colors of #1AD50E
Black with #1AD50E
Text Example
Text Example
White with #1AD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD50E; }
p { color: rgb(26,213,14); }
H1.HeaderClassName
{
color: #1AD50E;
}
.AnyTagClassName
{
color: #1AD50E;
}
</style>
background-color css
<style>
a { background-color: #1AD50E; }
a { background-color: rgb(26,213,14); }
div.DivClassName
{
background-color: #1AD50E;
}
.BgClassName
{
background-color: #1AD50E;
}
</style>
border-color css
<style>
span { border-color: #1AD50E; }
span { border-color: rgb(26,213,14); }
td.TdClassName
{
border-color: #1AD50E;
}
.TagClassName
{
border-color: #1AD50E;
}
</style>