Shades of Free Speech Green #1AD003
Tints of Free Speech Green #1AD003
RGB
CMYK
RGB Variations
Color information
#1AD003 (or 0x1AD003) is known color: Free Speech Green. HEX triplet: 1A, D0 and 03. RGB value is (26,208,3). Sum of RGB (Red+Green+Blue) = 26+208+3=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 208 (81.64% from 255 or 87.76% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD003 is #E52FFC. Grayscale: #828282. Windows color (decimal): -15020029 or 249882. OLE color: 249882.
HSL color Cylindrical-coordinate representation of color #1AD003: hue angle of 113.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AD003 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.18 |
| HSL | 113.27º | 0.97% | 0.41% | - |
| HSV(B) | 113.27º | 0.99% | 0.82% | - |
| XYZ | 23 | 45.34 | 7.63 | - |
| YUV | 130.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 3 | 0.88 | 0 | 0.99 | 0.18 | 113.27 | 0.97 | 0.41 |
| Hex | 1A | D0 | 3 | 58 | 0 | 63 | 12 | 71 | 61 | 29 |
| Octal | 32 | 320 | 3 | 130 | 0 | 143 | 22 | 161 | 141 | 51 |
| Binary | 11010 | 11010000 | 11 | 1011000 | 0 | 1100011 | 10010 | 1110001 | 1100001 | 101001 |
Color Harmonies of #1AD003
Complementary color
Monochromatic Colors of #1AD003
Black with #1AD003
Text Example
Text Example
White with #1AD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD003; }
p { color: rgb(26,208,3); }
H1.HeaderClassName
{
color: #1AD003;
}
.AnyTagClassName
{
color: #1AD003;
}
</style>
background-color css
<style>
a { background-color: #1AD003; }
a { background-color: rgb(26,208,3); }
div.DivClassName
{
background-color: #1AD003;
}
.BgClassName
{
background-color: #1AD003;
}
</style>
border-color css
<style>
span { border-color: #1AD003; }
span { border-color: rgb(26,208,3); }
td.TdClassName
{
border-color: #1AD003;
}
.TagClassName
{
border-color: #1AD003;
}
</style>