Shades of Free Speech Green #1AD008
Tints of Free Speech Green #1AD008
RGB
CMYK
RGB Variations
Color information
#1AD008 (or 0x1AD008) is known color: Free Speech Green. HEX triplet: 1A, D0 and 08. RGB value is (26,208,8). Sum of RGB (Red+Green+Blue) = 26+208+8=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 208 (81.64% from 255 or 85.95% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD008 is #E52FF7. Grayscale: #838383. Windows color (decimal): -15020024 or 577562. OLE color: 577562.
HSL color Cylindrical-coordinate representation of color #1AD008: hue angle of 114.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AD008 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.18 |
| HSL | 114.6º | 0.93% | 0.42% | - |
| HSV(B) | 114.6º | 0.96% | 0.82% | - |
| XYZ | 23.03 | 45.35 | 7.77 | - |
| YUV | 130.78 | 58.7 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 8 | 0.88 | 0 | 0.96 | 0.18 | 114.6 | 0.93 | 0.42 |
| Hex | 1A | D0 | 8 | 58 | 0 | 60 | 12 | 73 | 5D | 2A |
| Octal | 32 | 320 | 10 | 130 | 0 | 140 | 22 | 163 | 135 | 52 |
| Binary | 11010 | 11010000 | 1000 | 1011000 | 0 | 1100000 | 10010 | 1110011 | 1011101 | 101010 |
Color Harmonies of #1AD008
Complementary color
Monochromatic Colors of #1AD008
Black with #1AD008
Text Example
Text Example
White with #1AD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD008; }
p { color: rgb(26,208,8); }
H1.HeaderClassName
{
color: #1AD008;
}
.AnyTagClassName
{
color: #1AD008;
}
</style>
background-color css
<style>
a { background-color: #1AD008; }
a { background-color: rgb(26,208,8); }
div.DivClassName
{
background-color: #1AD008;
}
.BgClassName
{
background-color: #1AD008;
}
</style>
border-color css
<style>
span { border-color: #1AD008; }
span { border-color: rgb(26,208,8); }
td.TdClassName
{
border-color: #1AD008;
}
.TagClassName
{
border-color: #1AD008;
}
</style>