Shades of Free Speech Green #1ADE02
Tints of Free Speech Green #1ADE02
RGB
CMYK
RGB Variations
Color information
#1ADE02 (or 0x1ADE02) is known color: Free Speech Green. HEX triplet: 1A, DE and 02. RGB value is (26,222,2). Sum of RGB (Red+Green+Blue) = 26+222+2=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 222 (87.11% from 255 or 88.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE02 is #E521FD. Grayscale: #8B8B8B. Windows color (decimal): -15016446 or 187930. OLE color: 187930.
HSL color Cylindrical-coordinate representation of color #1ADE02: hue angle of 113.45º degrees, saturation: 0.98, 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 #1ADE02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.13 |
| HSL | 113.45º | 0.98% | 0.44% | - |
| HSV(B) | 113.45º | 0.99% | 0.87% | - |
| XYZ | 26.56 | 52.47 | 8.78 | - |
| YUV | 138.32 | 51.07 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 2 | 0.88 | 0 | 0.99 | 0.13 | 113.45 | 0.98 | 0.44 |
| Hex | 1A | DE | 2 | 58 | 0 | 63 | D | 71 | 62 | 2C |
| Octal | 32 | 336 | 2 | 130 | 0 | 143 | 15 | 161 | 142 | 54 |
| Binary | 11010 | 11011110 | 10 | 1011000 | 0 | 1100011 | 1101 | 1110001 | 1100010 | 101100 |
Color Harmonies of #1ADE02
Complementary color
Monochromatic Colors of #1ADE02
Black with #1ADE02
Text Example
Text Example
White with #1ADE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE02; }
p { color: rgb(26,222,2); }
H1.HeaderClassName
{
color: #1ADE02;
}
.AnyTagClassName
{
color: #1ADE02;
}
</style>
background-color css
<style>
a { background-color: #1ADE02; }
a { background-color: rgb(26,222,2); }
div.DivClassName
{
background-color: #1ADE02;
}
.BgClassName
{
background-color: #1ADE02;
}
</style>
border-color css
<style>
span { border-color: #1ADE02; }
span { border-color: rgb(26,222,2); }
td.TdClassName
{
border-color: #1ADE02;
}
.TagClassName
{
border-color: #1ADE02;
}
</style>