Shades of Free Speech Green #1AD503
Tints of Free Speech Green #1AD503
RGB
CMYK
RGB Variations
Color information
#1AD503 (or 0x1AD503) is known color: Free Speech Green. HEX triplet: 1A, D5 and 03. RGB value is (26,213,3). Sum of RGB (Red+Green+Blue) = 26+213+3=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 213 (83.59% from 255 or 88.02% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD503 is #E52AFC. Grayscale: #858585. Windows color (decimal): -15018749 or 251162. OLE color: 251162.
HSL color Cylindrical-coordinate representation of color #1AD503: hue angle of 113.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AD503 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.16 |
| HSL | 113.43º | 0.97% | 0.42% | - |
| HSV(B) | 113.43º | 0.99% | 0.84% | - |
| XYZ | 24.24 | 47.81 | 8.04 | - |
| YUV | 133.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 3 | 0.88 | 0 | 0.99 | 0.16 | 113.43 | 0.97 | 0.42 |
| Hex | 1A | D5 | 3 | 58 | 0 | 63 | 10 | 71 | 61 | 2A |
| Octal | 32 | 325 | 3 | 130 | 0 | 143 | 20 | 161 | 141 | 52 |
| Binary | 11010 | 11010101 | 11 | 1011000 | 0 | 1100011 | 10000 | 1110001 | 1100001 | 101010 |
Color Harmonies of #1AD503
Complementary color
Monochromatic Colors of #1AD503
Black with #1AD503
Text Example
Text Example
White with #1AD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD503; }
p { color: rgb(26,213,3); }
H1.HeaderClassName
{
color: #1AD503;
}
.AnyTagClassName
{
color: #1AD503;
}
</style>
background-color css
<style>
a { background-color: #1AD503; }
a { background-color: rgb(26,213,3); }
div.DivClassName
{
background-color: #1AD503;
}
.BgClassName
{
background-color: #1AD503;
}
</style>
border-color css
<style>
span { border-color: #1AD503; }
span { border-color: rgb(26,213,3); }
td.TdClassName
{
border-color: #1AD503;
}
.TagClassName
{
border-color: #1AD503;
}
</style>