Shades of Free Speech Green #1ADB06
Tints of Free Speech Green #1ADB06
RGB
CMYK
RGB Variations
Color information
#1ADB06 (or 0x1ADB06) is known color: Free Speech Green. HEX triplet: 1A, DB and 06. RGB value is (26,219,6). Sum of RGB (Red+Green+Blue) = 26+219+6=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 219 (85.94% from 255 or 87.25% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB06 is #E524F9. Grayscale: #898989. Windows color (decimal): -15017210 or 449306. OLE color: 449306.
HSL color Cylindrical-coordinate representation of color #1ADB06: hue angle of 114.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ADB06 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.14 |
| HSL | 114.37º | 0.95% | 0.44% | - |
| HSV(B) | 114.37º | 0.97% | 0.86% | - |
| XYZ | 25.79 | 50.9 | 8.64 | - |
| YUV | 137.01 | 54.06 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 6 | 0.88 | 0 | 0.97 | 0.14 | 114.37 | 0.95 | 0.44 |
| Hex | 1A | DB | 6 | 58 | 0 | 61 | E | 72 | 5F | 2C |
| Octal | 32 | 333 | 6 | 130 | 0 | 141 | 16 | 162 | 137 | 54 |
| Binary | 11010 | 11011011 | 110 | 1011000 | 0 | 1100001 | 1110 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1ADB06
Complementary color
Monochromatic Colors of #1ADB06
Black with #1ADB06
Text Example
Text Example
White with #1ADB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB06; }
p { color: rgb(26,219,6); }
H1.HeaderClassName
{
color: #1ADB06;
}
.AnyTagClassName
{
color: #1ADB06;
}
</style>
background-color css
<style>
a { background-color: #1ADB06; }
a { background-color: rgb(26,219,6); }
div.DivClassName
{
background-color: #1ADB06;
}
.BgClassName
{
background-color: #1ADB06;
}
</style>
border-color css
<style>
span { border-color: #1ADB06; }
span { border-color: rgb(26,219,6); }
td.TdClassName
{
border-color: #1ADB06;
}
.TagClassName
{
border-color: #1ADB06;
}
</style>