Shades of Free Speech Green #1AD40F
Tints of Free Speech Green #1AD40F
RGB
CMYK
RGB Variations
Color information
#1AD40F (or 0x1AD40F) is known color: Free Speech Green. HEX triplet: 1A, D4 and 0F. RGB value is (26,212,15). Sum of RGB (Red+Green+Blue) = 26+212+15=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 212 (83.20% from 255 or 83.79% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD40F is #E52BF0. Grayscale: #868686. Windows color (decimal): -15018993 or 1037338. OLE color: 1037338.
HSL color Cylindrical-coordinate representation of color #1AD40F: hue angle of 116.65º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AD40F is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 15 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.17 |
| HSL | 116.65º | 0.87% | 0.45% | - |
| HSV(B) | 116.65º | 0.93% | 0.83% | - |
| XYZ | 24.06 | 47.34 | 8.32 | - |
| YUV | 133.93 | 60.88 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 15 | 0.88 | 0 | 0.93 | 0.17 | 116.65 | 0.87 | 0.45 |
| Hex | 1A | D4 | F | 58 | 0 | 5D | 11 | 75 | 57 | 2D |
| Octal | 32 | 324 | 17 | 130 | 0 | 135 | 21 | 165 | 127 | 55 |
| Binary | 11010 | 11010100 | 1111 | 1011000 | 0 | 1011101 | 10001 | 1110101 | 1010111 | 101101 |
Color Harmonies of #1AD40F
Complementary color
Monochromatic Colors of #1AD40F
Black with #1AD40F
Text Example
Text Example
White with #1AD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD40F; }
p { color: rgb(26,212,15); }
H1.HeaderClassName
{
color: #1AD40F;
}
.AnyTagClassName
{
color: #1AD40F;
}
</style>
background-color css
<style>
a { background-color: #1AD40F; }
a { background-color: rgb(26,212,15); }
div.DivClassName
{
background-color: #1AD40F;
}
.BgClassName
{
background-color: #1AD40F;
}
</style>
border-color css
<style>
span { border-color: #1AD40F; }
span { border-color: rgb(26,212,15); }
td.TdClassName
{
border-color: #1AD40F;
}
.TagClassName
{
border-color: #1AD40F;
}
</style>