Shades of Free Speech Green #1AD403
Tints of Free Speech Green #1AD403
RGB
CMYK
RGB Variations
Color information
#1AD403 (or 0x1AD403) is known color: Free Speech Green. HEX triplet: 1A, D4 and 03. RGB value is (26,212,3). Sum of RGB (Red+Green+Blue) = 26+212+3=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 212 (83.20% from 255 or 87.97% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD403 is #E52BFC. Grayscale: #858585. Windows color (decimal): -15019005 or 250906. OLE color: 250906.
HSL color Cylindrical-coordinate representation of color #1AD403: hue angle of 113.4º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AD403 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.17 |
| HSL | 113.4º | 0.97% | 0.42% | - |
| HSV(B) | 113.4º | 0.99% | 0.83% | - |
| XYZ | 23.99 | 47.31 | 7.95 | - |
| YUV | 132.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 3 | 0.88 | 0 | 0.99 | 0.17 | 113.4 | 0.97 | 0.42 |
| Hex | 1A | D4 | 3 | 58 | 0 | 63 | 11 | 71 | 61 | 2A |
| Octal | 32 | 324 | 3 | 130 | 0 | 143 | 21 | 161 | 141 | 52 |
| Binary | 11010 | 11010100 | 11 | 1011000 | 0 | 1100011 | 10001 | 1110001 | 1100001 | 101010 |
Color Harmonies of #1AD403
Complementary color
Monochromatic Colors of #1AD403
Black with #1AD403
Text Example
Text Example
White with #1AD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD403; }
p { color: rgb(26,212,3); }
H1.HeaderClassName
{
color: #1AD403;
}
.AnyTagClassName
{
color: #1AD403;
}
</style>
background-color css
<style>
a { background-color: #1AD403; }
a { background-color: rgb(26,212,3); }
div.DivClassName
{
background-color: #1AD403;
}
.BgClassName
{
background-color: #1AD403;
}
</style>
border-color css
<style>
span { border-color: #1AD403; }
span { border-color: rgb(26,212,3); }
td.TdClassName
{
border-color: #1AD403;
}
.TagClassName
{
border-color: #1AD403;
}
</style>