Shades of Free Speech Green #1ADB07
Tints of Free Speech Green #1ADB07
RGB
CMYK
RGB Variations
Color information
#1ADB07 (or 0x1ADB07) is known color: Free Speech Green. HEX triplet: 1A, DB and 07. RGB value is (26,219,7). Sum of RGB (Red+Green+Blue) = 26+219+7=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 219 (85.94% from 255 or 86.90% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB07 is #E524F8. Grayscale: #898989. Windows color (decimal): -15017209 or 514842. OLE color: 514842.
HSL color Cylindrical-coordinate representation of color #1ADB07: hue angle of 114.62º degrees, saturation: 0.94, 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 #1ADB07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.14 |
| HSL | 114.62º | 0.94% | 0.44% | - |
| HSV(B) | 114.62º | 0.97% | 0.86% | - |
| XYZ | 25.8 | 50.9 | 8.67 | - |
| YUV | 137.13 | 54.56 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 7 | 0.88 | 0 | 0.97 | 0.14 | 114.62 | 0.94 | 0.44 |
| Hex | 1A | DB | 7 | 58 | 0 | 61 | E | 73 | 5E | 2C |
| Octal | 32 | 333 | 7 | 130 | 0 | 141 | 16 | 163 | 136 | 54 |
| Binary | 11010 | 11011011 | 111 | 1011000 | 0 | 1100001 | 1110 | 1110011 | 1011110 | 101100 |
Color Harmonies of #1ADB07
Complementary color
Monochromatic Colors of #1ADB07
Black with #1ADB07
Text Example
Text Example
White with #1ADB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB07; }
p { color: rgb(26,219,7); }
H1.HeaderClassName
{
color: #1ADB07;
}
.AnyTagClassName
{
color: #1ADB07;
}
</style>
background-color css
<style>
a { background-color: #1ADB07; }
a { background-color: rgb(26,219,7); }
div.DivClassName
{
background-color: #1ADB07;
}
.BgClassName
{
background-color: #1ADB07;
}
</style>
border-color css
<style>
span { border-color: #1ADB07; }
span { border-color: rgb(26,219,7); }
td.TdClassName
{
border-color: #1ADB07;
}
.TagClassName
{
border-color: #1ADB07;
}
</style>