Shades of Free Speech Green #1ADC02
Tints of Free Speech Green #1ADC02
RGB
CMYK
RGB Variations
Color information
#1ADC02 (or 0x1ADC02) is known color: Free Speech Green. HEX triplet: 1A, DC and 02. RGB value is (26,220,2). Sum of RGB (Red+Green+Blue) = 26+220+2=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 220 (86.33% from 255 or 88.71% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC02 is #E523FD. Grayscale: #898989. Windows color (decimal): -15016958 or 187418. OLE color: 187418.
HSL color Cylindrical-coordinate representation of color #1ADC02: hue angle of 113.39º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ADC02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.14 |
| HSL | 113.39º | 0.98% | 0.44% | - |
| HSV(B) | 113.39º | 0.99% | 0.86% | - |
| XYZ | 26.03 | 51.41 | 8.61 | - |
| YUV | 137.14 | 51.73 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 2 | 0.88 | 0 | 0.99 | 0.14 | 113.39 | 0.98 | 0.44 |
| Hex | 1A | DC | 2 | 58 | 0 | 63 | E | 71 | 62 | 2C |
| Octal | 32 | 334 | 2 | 130 | 0 | 143 | 16 | 161 | 142 | 54 |
| Binary | 11010 | 11011100 | 10 | 1011000 | 0 | 1100011 | 1110 | 1110001 | 1100010 | 101100 |
Color Harmonies of #1ADC02
Complementary color
Monochromatic Colors of #1ADC02
Black with #1ADC02
Text Example
Text Example
White with #1ADC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC02; }
p { color: rgb(26,220,2); }
H1.HeaderClassName
{
color: #1ADC02;
}
.AnyTagClassName
{
color: #1ADC02;
}
</style>
background-color css
<style>
a { background-color: #1ADC02; }
a { background-color: rgb(26,220,2); }
div.DivClassName
{
background-color: #1ADC02;
}
.BgClassName
{
background-color: #1ADC02;
}
</style>
border-color css
<style>
span { border-color: #1ADC02; }
span { border-color: rgb(26,220,2); }
td.TdClassName
{
border-color: #1ADC02;
}
.TagClassName
{
border-color: #1ADC02;
}
</style>