Shades of Free Speech Green #1ADD03
Tints of Free Speech Green #1ADD03
RGB
CMYK
RGB Variations
Color information
#1ADD03 (or 0x1ADD03) is known color: Free Speech Green. HEX triplet: 1A, DD and 03. RGB value is (26,221,3). Sum of RGB (Red+Green+Blue) = 26+221+3=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 221 (86.72% from 255 or 88.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADD03 is #E522FC. Grayscale: #8A8A8A. Windows color (decimal): -15016701 or 253210. OLE color: 253210.
HSL color Cylindrical-coordinate representation of color #1ADD03: hue angle of 113.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ADD03 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.13 |
| HSL | 113.67º | 0.97% | 0.44% | - |
| HSV(B) | 113.67º | 0.99% | 0.87% | - |
| XYZ | 26.3 | 51.94 | 8.73 | - |
| YUV | 137.84 | 51.9 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 3 | 0.88 | 0 | 0.99 | 0.13 | 113.67 | 0.97 | 0.44 |
| Hex | 1A | DD | 3 | 58 | 0 | 63 | D | 72 | 61 | 2C |
| Octal | 32 | 335 | 3 | 130 | 0 | 143 | 15 | 162 | 141 | 54 |
| Binary | 11010 | 11011101 | 11 | 1011000 | 0 | 1100011 | 1101 | 1110010 | 1100001 | 101100 |
Color Harmonies of #1ADD03
Complementary color
Monochromatic Colors of #1ADD03
Black with #1ADD03
Text Example
Text Example
White with #1ADD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD03; }
p { color: rgb(26,221,3); }
H1.HeaderClassName
{
color: #1ADD03;
}
.AnyTagClassName
{
color: #1ADD03;
}
</style>
background-color css
<style>
a { background-color: #1ADD03; }
a { background-color: rgb(26,221,3); }
div.DivClassName
{
background-color: #1ADD03;
}
.BgClassName
{
background-color: #1ADD03;
}
</style>
border-color css
<style>
span { border-color: #1ADD03; }
span { border-color: rgb(26,221,3); }
td.TdClassName
{
border-color: #1ADD03;
}
.TagClassName
{
border-color: #1ADD03;
}
</style>