Shades of Free Speech Green #1ADE04
Tints of Free Speech Green #1ADE04
RGB
CMYK
RGB Variations
Color information
#1ADE04 (or 0x1ADE04) is known color: Free Speech Green. HEX triplet: 1A, DE and 04. RGB value is (26,222,4). Sum of RGB (Red+Green+Blue) = 26+222+4=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 222 (87.11% from 255 or 88.10% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE04 is #E521FB. Grayscale: #8B8B8B. Windows color (decimal): -15016444 or 319002. OLE color: 319002.
HSL color Cylindrical-coordinate representation of color #1ADE04: hue angle of 113.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ADE04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.13 |
| HSL | 113.95º | 0.96% | 0.44% | - |
| HSV(B) | 113.95º | 0.98% | 0.87% | - |
| XYZ | 26.57 | 52.47 | 8.84 | - |
| YUV | 138.54 | 52.07 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 4 | 0.88 | 0 | 0.98 | 0.13 | 113.95 | 0.96 | 0.44 |
| Hex | 1A | DE | 4 | 58 | 0 | 62 | D | 72 | 60 | 2C |
| Octal | 32 | 336 | 4 | 130 | 0 | 142 | 15 | 162 | 140 | 54 |
| Binary | 11010 | 11011110 | 100 | 1011000 | 0 | 1100010 | 1101 | 1110010 | 1100000 | 101100 |
Color Harmonies of #1ADE04
Complementary color
Monochromatic Colors of #1ADE04
Black with #1ADE04
Text Example
Text Example
White with #1ADE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE04; }
p { color: rgb(26,222,4); }
H1.HeaderClassName
{
color: #1ADE04;
}
.AnyTagClassName
{
color: #1ADE04;
}
</style>
background-color css
<style>
a { background-color: #1ADE04; }
a { background-color: rgb(26,222,4); }
div.DivClassName
{
background-color: #1ADE04;
}
.BgClassName
{
background-color: #1ADE04;
}
</style>
border-color css
<style>
span { border-color: #1ADE04; }
span { border-color: rgb(26,222,4); }
td.TdClassName
{
border-color: #1ADE04;
}
.TagClassName
{
border-color: #1ADE04;
}
</style>