Shades of Free Speech Green #1ADC06
Tints of Free Speech Green #1ADC06
RGB
CMYK
RGB Variations
Color information
#1ADC06 (or 0x1ADC06) is known color: Free Speech Green. HEX triplet: 1A, DC and 06. RGB value is (26,220,6). Sum of RGB (Red+Green+Blue) = 26+220+6=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 220 (86.33% from 255 or 87.30% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC06 is #E523F9. Grayscale: #8A8A8A. Windows color (decimal): -15016954 or 449562. OLE color: 449562.
HSL color Cylindrical-coordinate representation of color #1ADC06: hue angle of 114.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ADC06 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.14 |
| HSL | 114.39º | 0.95% | 0.44% | - |
| HSV(B) | 114.39º | 0.97% | 0.86% | - |
| XYZ | 26.05 | 51.42 | 8.72 | - |
| YUV | 137.6 | 53.73 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 6 | 0.88 | 0 | 0.97 | 0.14 | 114.39 | 0.95 | 0.44 |
| Hex | 1A | DC | 6 | 58 | 0 | 61 | E | 72 | 5F | 2C |
| Octal | 32 | 334 | 6 | 130 | 0 | 141 | 16 | 162 | 137 | 54 |
| Binary | 11010 | 11011100 | 110 | 1011000 | 0 | 1100001 | 1110 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1ADC06
Complementary color
Monochromatic Colors of #1ADC06
Black with #1ADC06
Text Example
Text Example
White with #1ADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC06; }
p { color: rgb(26,220,6); }
H1.HeaderClassName
{
color: #1ADC06;
}
.AnyTagClassName
{
color: #1ADC06;
}
</style>
background-color css
<style>
a { background-color: #1ADC06; }
a { background-color: rgb(26,220,6); }
div.DivClassName
{
background-color: #1ADC06;
}
.BgClassName
{
background-color: #1ADC06;
}
</style>
border-color css
<style>
span { border-color: #1ADC06; }
span { border-color: rgb(26,220,6); }
td.TdClassName
{
border-color: #1ADC06;
}
.TagClassName
{
border-color: #1ADC06;
}
</style>