Shades of Free Speech Green #1ADC0A
Tints of Free Speech Green #1ADC0A
RGB
CMYK
RGB Variations
Color information
#1ADC0A (or 0x1ADC0A) is known color: Free Speech Green. HEX triplet: 1A, DC and 0A. RGB value is (26,220,10). Sum of RGB (Red+Green+Blue) = 26+220+10=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC0A is #E523F5. Grayscale: #8A8A8A. Windows color (decimal): -15016950 or 711706. OLE color: 711706.
HSL color Cylindrical-coordinate representation of color #1ADC0A: hue angle of 115.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1ADC0A is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 10 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.14 |
| HSL | 115.43º | 0.91% | 0.45% | - |
| HSV(B) | 115.43º | 0.95% | 0.86% | - |
| XYZ | 26.07 | 51.43 | 8.84 | - |
| YUV | 138.05 | 55.73 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 10 | 0.88 | 0 | 0.95 | 0.14 | 115.43 | 0.91 | 0.45 |
| Hex | 1A | DC | A | 58 | 0 | 5F | E | 73 | 5B | 2D |
| Octal | 32 | 334 | 12 | 130 | 0 | 137 | 16 | 163 | 133 | 55 |
| Binary | 11010 | 11011100 | 1010 | 1011000 | 0 | 1011111 | 1110 | 1110011 | 1011011 | 101101 |
Color Harmonies of #1ADC0A
Complementary color
Monochromatic Colors of #1ADC0A
Black with #1ADC0A
Text Example
Text Example
White with #1ADC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC0A; }
p { color: rgb(26,220,10); }
H1.HeaderClassName
{
color: #1ADC0A;
}
.AnyTagClassName
{
color: #1ADC0A;
}
</style>
background-color css
<style>
a { background-color: #1ADC0A; }
a { background-color: rgb(26,220,10); }
div.DivClassName
{
background-color: #1ADC0A;
}
.BgClassName
{
background-color: #1ADC0A;
}
</style>
border-color css
<style>
span { border-color: #1ADC0A; }
span { border-color: rgb(26,220,10); }
td.TdClassName
{
border-color: #1ADC0A;
}
.TagClassName
{
border-color: #1ADC0A;
}
</style>