Shades of Free Speech Green #1AD70B
Tints of Free Speech Green #1AD70B
RGB
CMYK
RGB Variations
Color information
#1AD70B (or 0x1AD70B) is known color: Free Speech Green. HEX triplet: 1A, D7 and 0B. RGB value is (26,215,11). Sum of RGB (Red+Green+Blue) = 26+215+11=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 215 (84.38% from 255 or 85.32% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD70B is #E528F4. Grayscale: #878787. Windows color (decimal): -15018229 or 775962. OLE color: 775962.
HSL color Cylindrical-coordinate representation of color #1AD70B: hue angle of 115.59º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AD70B is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 11 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.16 |
| HSL | 115.59º | 0.9% | 0.44% | - |
| HSV(B) | 115.59º | 0.95% | 0.84% | - |
| XYZ | 24.79 | 48.84 | 8.44 | - |
| YUV | 135.23 | 57.88 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 11 | 0.88 | 0 | 0.95 | 0.16 | 115.59 | 0.9 | 0.44 |
| Hex | 1A | D7 | B | 58 | 0 | 5F | 10 | 74 | 5A | 2C |
| Octal | 32 | 327 | 13 | 130 | 0 | 137 | 20 | 164 | 132 | 54 |
| Binary | 11010 | 11010111 | 1011 | 1011000 | 0 | 1011111 | 10000 | 1110100 | 1011010 | 101100 |
Color Harmonies of #1AD70B
Complementary color
Monochromatic Colors of #1AD70B
Black with #1AD70B
Text Example
Text Example
White with #1AD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD70B; }
p { color: rgb(26,215,11); }
H1.HeaderClassName
{
color: #1AD70B;
}
.AnyTagClassName
{
color: #1AD70B;
}
</style>
background-color css
<style>
a { background-color: #1AD70B; }
a { background-color: rgb(26,215,11); }
div.DivClassName
{
background-color: #1AD70B;
}
.BgClassName
{
background-color: #1AD70B;
}
</style>
border-color css
<style>
span { border-color: #1AD70B; }
span { border-color: rgb(26,215,11); }
td.TdClassName
{
border-color: #1AD70B;
}
.TagClassName
{
border-color: #1AD70B;
}
</style>