Shades of Free Speech Green #1ADA04
Tints of Free Speech Green #1ADA04
RGB
CMYK
RGB Variations
Color information
#1ADA04 (or 0x1ADA04) is known color: Free Speech Green. HEX triplet: 1A, DA and 04. RGB value is (26,218,4). Sum of RGB (Red+Green+Blue) = 26+218+4=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 218 (85.55% from 255 or 87.90% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADA04 is #E525FB. Grayscale: #888888. Windows color (decimal): -15017468 or 317978. OLE color: 317978.
HSL color Cylindrical-coordinate representation of color #1ADA04: hue angle of 113.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ADA04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.15 |
| HSL | 113.83º | 0.96% | 0.44% | - |
| HSV(B) | 113.83º | 0.98% | 0.85% | - |
| XYZ | 25.52 | 50.37 | 8.49 | - |
| YUV | 136.2 | 53.39 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 4 | 0.88 | 0 | 0.98 | 0.15 | 113.83 | 0.96 | 0.44 |
| Hex | 1A | DA | 4 | 58 | 0 | 62 | F | 72 | 60 | 2C |
| Octal | 32 | 332 | 4 | 130 | 0 | 142 | 17 | 162 | 140 | 54 |
| Binary | 11010 | 11011010 | 100 | 1011000 | 0 | 1100010 | 1111 | 1110010 | 1100000 | 101100 |
Color Harmonies of #1ADA04
Complementary color
Monochromatic Colors of #1ADA04
Black with #1ADA04
Text Example
Text Example
White with #1ADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA04; }
p { color: rgb(26,218,4); }
H1.HeaderClassName
{
color: #1ADA04;
}
.AnyTagClassName
{
color: #1ADA04;
}
</style>
background-color css
<style>
a { background-color: #1ADA04; }
a { background-color: rgb(26,218,4); }
div.DivClassName
{
background-color: #1ADA04;
}
.BgClassName
{
background-color: #1ADA04;
}
</style>
border-color css
<style>
span { border-color: #1ADA04; }
span { border-color: rgb(26,218,4); }
td.TdClassName
{
border-color: #1ADA04;
}
.TagClassName
{
border-color: #1ADA04;
}
</style>