Shades of Free Speech Green #1AD50D
Tints of Free Speech Green #1AD50D
RGB
CMYK
RGB Variations
Color information
#1AD50D (or 0x1AD50D) is known color: Free Speech Green. HEX triplet: 1A, D5 and 0D. RGB value is (26,213,13). Sum of RGB (Red+Green+Blue) = 26+213+13=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 213 (83.59% from 255 or 84.52% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD50D is #E52AF2. Grayscale: #868686. Windows color (decimal): -15018739 or 906522. OLE color: 906522.
HSL color Cylindrical-coordinate representation of color #1AD50D: hue angle of 116.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AD50D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.16 |
| HSL | 116.1º | 0.88% | 0.44% | - |
| HSV(B) | 116.1º | 0.94% | 0.84% | - |
| XYZ | 24.29 | 47.84 | 8.33 | - |
| YUV | 134.29 | 59.55 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 13 | 0.88 | 0 | 0.94 | 0.16 | 116.1 | 0.88 | 0.44 |
| Hex | 1A | D5 | D | 58 | 0 | 5E | 10 | 74 | 58 | 2C |
| Octal | 32 | 325 | 15 | 130 | 0 | 136 | 20 | 164 | 130 | 54 |
| Binary | 11010 | 11010101 | 1101 | 1011000 | 0 | 1011110 | 10000 | 1110100 | 1011000 | 101100 |
Color Harmonies of #1AD50D
Complementary color
Monochromatic Colors of #1AD50D
Black with #1AD50D
Text Example
Text Example
White with #1AD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD50D; }
p { color: rgb(26,213,13); }
H1.HeaderClassName
{
color: #1AD50D;
}
.AnyTagClassName
{
color: #1AD50D;
}
</style>
background-color css
<style>
a { background-color: #1AD50D; }
a { background-color: rgb(26,213,13); }
div.DivClassName
{
background-color: #1AD50D;
}
.BgClassName
{
background-color: #1AD50D;
}
</style>
border-color css
<style>
span { border-color: #1AD50D; }
span { border-color: rgb(26,213,13); }
td.TdClassName
{
border-color: #1AD50D;
}
.TagClassName
{
border-color: #1AD50D;
}
</style>