Shades of Free Speech Green #1ADC18
Tints of Free Speech Green #1ADC18
RGB
CMYK
RGB Variations
Color information
#1ADC18 (or 0x1ADC18) is known color: Free Speech Green. HEX triplet: 1A, DC and 18. RGB value is (26,220,24). Sum of RGB (Red+Green+Blue) = 26+220+24=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC18 is #E523E7. Grayscale: #8C8C8C. Windows color (decimal): -15016936 or 1629210. OLE color: 1629210.
HSL color Cylindrical-coordinate representation of color #1ADC18: hue angle of 119.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADC18 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 24 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.14 |
| HSL | 119.39º | 0.8% | 0.48% | - |
| HSV(B) | 119.39º | 0.89% | 0.86% | - |
| XYZ | 26.18 | 51.47 | 9.42 | - |
| YUV | 139.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 24 | 0.88 | 0 | 0.89 | 0.14 | 119.39 | 0.8 | 0.48 |
| Hex | 1A | DC | 18 | 58 | 0 | 59 | E | 77 | 50 | 30 |
| Octal | 32 | 334 | 30 | 130 | 0 | 131 | 16 | 167 | 120 | 60 |
| Binary | 11010 | 11011100 | 11000 | 1011000 | 0 | 1011001 | 1110 | 1110111 | 1010000 | 110000 |
Color Harmonies of #1ADC18
Complementary color
Monochromatic Colors of #1ADC18
Black with #1ADC18
Text Example
Text Example
White with #1ADC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC18; }
p { color: rgb(26,220,24); }
H1.HeaderClassName
{
color: #1ADC18;
}
.AnyTagClassName
{
color: #1ADC18;
}
</style>
background-color css
<style>
a { background-color: #1ADC18; }
a { background-color: rgb(26,220,24); }
div.DivClassName
{
background-color: #1ADC18;
}
.BgClassName
{
background-color: #1ADC18;
}
</style>
border-color css
<style>
span { border-color: #1ADC18; }
span { border-color: rgb(26,220,24); }
td.TdClassName
{
border-color: #1ADC18;
}
.TagClassName
{
border-color: #1ADC18;
}
</style>