Shades of Free Speech Green #1AD803
Tints of Free Speech Green #1AD803
RGB
CMYK
RGB Variations
Color information
#1AD803 (or 0x1AD803) is known color: Free Speech Green. HEX triplet: 1A, D8 and 03. RGB value is (26,216,3). Sum of RGB (Red+Green+Blue) = 26+216+3=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 216 (84.77% from 255 or 88.16% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD803 is #E527FC. Grayscale: #878787. Windows color (decimal): -15017981 or 251930. OLE color: 251930.
HSL color Cylindrical-coordinate representation of color #1AD803: hue angle of 113.52º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AD803 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.15 |
| HSL | 113.52º | 0.97% | 0.43% | - |
| HSV(B) | 113.52º | 0.99% | 0.85% | - |
| XYZ | 25 | 49.34 | 8.29 | - |
| YUV | 134.91 | 53.55 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 3 | 0.88 | 0 | 0.99 | 0.15 | 113.52 | 0.97 | 0.43 |
| Hex | 1A | D8 | 3 | 58 | 0 | 63 | F | 72 | 61 | 2B |
| Octal | 32 | 330 | 3 | 130 | 0 | 143 | 17 | 162 | 141 | 53 |
| Binary | 11010 | 11011000 | 11 | 1011000 | 0 | 1100011 | 1111 | 1110010 | 1100001 | 101011 |
Color Harmonies of #1AD803
Complementary color
Monochromatic Colors of #1AD803
Black with #1AD803
Text Example
Text Example
White with #1AD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD803; }
p { color: rgb(26,216,3); }
H1.HeaderClassName
{
color: #1AD803;
}
.AnyTagClassName
{
color: #1AD803;
}
</style>
background-color css
<style>
a { background-color: #1AD803; }
a { background-color: rgb(26,216,3); }
div.DivClassName
{
background-color: #1AD803;
}
.BgClassName
{
background-color: #1AD803;
}
</style>
border-color css
<style>
span { border-color: #1AD803; }
span { border-color: rgb(26,216,3); }
td.TdClassName
{
border-color: #1AD803;
}
.TagClassName
{
border-color: #1AD803;
}
</style>