Shades of Free Speech Green #1ADC07
Tints of Free Speech Green #1ADC07
RGB
CMYK
RGB Variations
Color information
#1ADC07 (or 0x1ADC07) is known color: Free Speech Green. HEX triplet: 1A, DC and 07. RGB value is (26,220,7). Sum of RGB (Red+Green+Blue) = 26+220+7=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 220 (86.33% from 255 or 86.96% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC07 is #E523F8. Grayscale: #8A8A8A. Windows color (decimal): -15016953 or 515098. OLE color: 515098.
HSL color Cylindrical-coordinate representation of color #1ADC07: hue angle of 114.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ADC07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.14 |
| HSL | 114.65º | 0.94% | 0.45% | - |
| HSV(B) | 114.65º | 0.97% | 0.86% | - |
| XYZ | 26.06 | 51.42 | 8.75 | - |
| YUV | 137.71 | 54.23 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 7 | 0.88 | 0 | 0.97 | 0.14 | 114.65 | 0.94 | 0.45 |
| Hex | 1A | DC | 7 | 58 | 0 | 61 | E | 73 | 5E | 2D |
| Octal | 32 | 334 | 7 | 130 | 0 | 141 | 16 | 163 | 136 | 55 |
| Binary | 11010 | 11011100 | 111 | 1011000 | 0 | 1100001 | 1110 | 1110011 | 1011110 | 101101 |
Color Harmonies of #1ADC07
Complementary color
Monochromatic Colors of #1ADC07
Black with #1ADC07
Text Example
Text Example
White with #1ADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC07; }
p { color: rgb(26,220,7); }
H1.HeaderClassName
{
color: #1ADC07;
}
.AnyTagClassName
{
color: #1ADC07;
}
</style>
background-color css
<style>
a { background-color: #1ADC07; }
a { background-color: rgb(26,220,7); }
div.DivClassName
{
background-color: #1ADC07;
}
.BgClassName
{
background-color: #1ADC07;
}
</style>
border-color css
<style>
span { border-color: #1ADC07; }
span { border-color: rgb(26,220,7); }
td.TdClassName
{
border-color: #1ADC07;
}
.TagClassName
{
border-color: #1ADC07;
}
</style>