Shades of Free Speech Green #1AD407
Tints of Free Speech Green #1AD407
RGB
CMYK
RGB Variations
Color information
#1AD407 (or 0x1AD407) is known color: Free Speech Green. HEX triplet: 1A, D4 and 07. RGB value is (26,212,7). Sum of RGB (Red+Green+Blue) = 26+212+7=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 212 (83.20% from 255 or 86.53% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD407 is #E52BF8. Grayscale: #858585. Windows color (decimal): -15019001 or 513050. OLE color: 513050.
HSL color Cylindrical-coordinate representation of color #1AD407: hue angle of 114.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AD407 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.17 |
| HSL | 114.44º | 0.94% | 0.43% | - |
| HSV(B) | 114.44º | 0.97% | 0.83% | - |
| XYZ | 24.01 | 47.32 | 8.07 | - |
| YUV | 133.02 | 56.88 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 7 | 0.88 | 0 | 0.97 | 0.17 | 114.44 | 0.94 | 0.43 |
| Hex | 1A | D4 | 7 | 58 | 0 | 61 | 11 | 72 | 5E | 2B |
| Octal | 32 | 324 | 7 | 130 | 0 | 141 | 21 | 162 | 136 | 53 |
| Binary | 11010 | 11010100 | 111 | 1011000 | 0 | 1100001 | 10001 | 1110010 | 1011110 | 101011 |
Color Harmonies of #1AD407
Complementary color
Monochromatic Colors of #1AD407
Black with #1AD407
Text Example
Text Example
White with #1AD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD407; }
p { color: rgb(26,212,7); }
H1.HeaderClassName
{
color: #1AD407;
}
.AnyTagClassName
{
color: #1AD407;
}
</style>
background-color css
<style>
a { background-color: #1AD407; }
a { background-color: rgb(26,212,7); }
div.DivClassName
{
background-color: #1AD407;
}
.BgClassName
{
background-color: #1AD407;
}
</style>
border-color css
<style>
span { border-color: #1AD407; }
span { border-color: rgb(26,212,7); }
td.TdClassName
{
border-color: #1AD407;
}
.TagClassName
{
border-color: #1AD407;
}
</style>