Shades of Free Speech Green #1ADC1C
Tints of Free Speech Green #1ADC1C
RGB
CMYK
RGB Variations
Color information
#1ADC1C (or 0x1ADC1C) is known color: Free Speech Green. HEX triplet: 1A, DC and 1C. RGB value is (26,220,28). Sum of RGB (Red+Green+Blue) = 26+220+28=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC1C is #E523E3. Grayscale: #8C8C8C. Windows color (decimal): -15016932 or 1891354. OLE color: 1891354.
HSL color Cylindrical-coordinate representation of color #1ADC1C: hue angle of 120.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC1C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.14 |
| HSL | 120.62º | 0.79% | 0.48% | - |
| HSV(B) | 120.62º | 0.88% | 0.86% | - |
| XYZ | 26.23 | 51.49 | 9.65 | - |
| YUV | 140.11 | 64.73 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 28 | 0.88 | 0 | 0.87 | 0.14 | 120.62 | 0.79 | 0.48 |
| Hex | 1A | DC | 1C | 58 | 0 | 57 | E | 79 | 4F | 30 |
| Octal | 32 | 334 | 34 | 130 | 0 | 127 | 16 | 171 | 117 | 60 |
| Binary | 11010 | 11011100 | 11100 | 1011000 | 0 | 1010111 | 1110 | 1111001 | 1001111 | 110000 |
Color Harmonies of #1ADC1C
Complementary color
Monochromatic Colors of #1ADC1C
Black with #1ADC1C
Text Example
Text Example
White with #1ADC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC1C; }
p { color: rgb(26,220,28); }
H1.HeaderClassName
{
color: #1ADC1C;
}
.AnyTagClassName
{
color: #1ADC1C;
}
</style>
background-color css
<style>
a { background-color: #1ADC1C; }
a { background-color: rgb(26,220,28); }
div.DivClassName
{
background-color: #1ADC1C;
}
.BgClassName
{
background-color: #1ADC1C;
}
</style>
border-color css
<style>
span { border-color: #1ADC1C; }
span { border-color: rgb(26,220,28); }
td.TdClassName
{
border-color: #1ADC1C;
}
.TagClassName
{
border-color: #1ADC1C;
}
</style>