Shades of Free Speech Green #1AD006
Tints of Free Speech Green #1AD006
RGB
CMYK
RGB Variations
Color information
#1AD006 (or 0x1AD006) is known color: Free Speech Green. HEX triplet: 1A, D0 and 06. RGB value is (26,208,6). Sum of RGB (Red+Green+Blue) = 26+208+6=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD006 is #E52FF9. Grayscale: #838383. Windows color (decimal): -15020026 or 446490. OLE color: 446490.
HSL color Cylindrical-coordinate representation of color #1AD006: hue angle of 114.06º 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 #1AD006 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.18 |
| HSL | 114.06º | 0.94% | 0.42% | - |
| HSV(B) | 114.06º | 0.97% | 0.82% | - |
| XYZ | 23.01 | 45.34 | 7.71 | - |
| YUV | 130.55 | 57.7 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 6 | 0.88 | 0 | 0.97 | 0.18 | 114.06 | 0.94 | 0.42 |
| Hex | 1A | D0 | 6 | 58 | 0 | 61 | 12 | 72 | 5E | 2A |
| Octal | 32 | 320 | 6 | 130 | 0 | 141 | 22 | 162 | 136 | 52 |
| Binary | 11010 | 11010000 | 110 | 1011000 | 0 | 1100001 | 10010 | 1110010 | 1011110 | 101010 |
Color Harmonies of #1AD006
Complementary color
Monochromatic Colors of #1AD006
Black with #1AD006
Text Example
Text Example
White with #1AD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD006; }
p { color: rgb(26,208,6); }
H1.HeaderClassName
{
color: #1AD006;
}
.AnyTagClassName
{
color: #1AD006;
}
</style>
background-color css
<style>
a { background-color: #1AD006; }
a { background-color: rgb(26,208,6); }
div.DivClassName
{
background-color: #1AD006;
}
.BgClassName
{
background-color: #1AD006;
}
</style>
border-color css
<style>
span { border-color: #1AD006; }
span { border-color: rgb(26,208,6); }
td.TdClassName
{
border-color: #1AD006;
}
.TagClassName
{
border-color: #1AD006;
}
</style>