Shades of Free Speech Green #1AD206
Tints of Free Speech Green #1AD206
RGB
CMYK
RGB Variations
Color information
#1AD206 (or 0x1AD206) is known color: Free Speech Green. HEX triplet: 1A, D2 and 06. RGB value is (26,210,6). Sum of RGB (Red+Green+Blue) = 26+210+6=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 210 (82.42% from 255 or 86.78% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD206 is #E52DF9. Grayscale: #848484. Windows color (decimal): -15019514 or 447002. OLE color: 447002.
HSL color Cylindrical-coordinate representation of color #1AD206: hue angle of 114.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AD206 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.18 |
| HSL | 114.12º | 0.94% | 0.42% | - |
| HSV(B) | 114.12º | 0.97% | 0.82% | - |
| XYZ | 23.51 | 46.33 | 7.88 | - |
| YUV | 131.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 6 | 0.88 | 0 | 0.97 | 0.18 | 114.12 | 0.94 | 0.42 |
| Hex | 1A | D2 | 6 | 58 | 0 | 61 | 12 | 72 | 5E | 2A |
| Octal | 32 | 322 | 6 | 130 | 0 | 141 | 22 | 162 | 136 | 52 |
| Binary | 11010 | 11010010 | 110 | 1011000 | 0 | 1100001 | 10010 | 1110010 | 1011110 | 101010 |
Color Harmonies of #1AD206
Complementary color
Monochromatic Colors of #1AD206
Black with #1AD206
Text Example
Text Example
White with #1AD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD206; }
p { color: rgb(26,210,6); }
H1.HeaderClassName
{
color: #1AD206;
}
.AnyTagClassName
{
color: #1AD206;
}
</style>
background-color css
<style>
a { background-color: #1AD206; }
a { background-color: rgb(26,210,6); }
div.DivClassName
{
background-color: #1AD206;
}
.BgClassName
{
background-color: #1AD206;
}
</style>
border-color css
<style>
span { border-color: #1AD206; }
span { border-color: rgb(26,210,6); }
td.TdClassName
{
border-color: #1AD206;
}
.TagClassName
{
border-color: #1AD206;
}
</style>