Shades of Free Speech Green #1ADF07
Tints of Free Speech Green #1ADF07
RGB
CMYK
RGB Variations
Color information
#1ADF07 (or 0x1ADF07) is known color: Free Speech Green. HEX triplet: 1A, DF and 07. RGB value is (26,223,7). Sum of RGB (Red+Green+Blue) = 26+223+7=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADF07 is #E520F8. Grayscale: #8C8C8C. Windows color (decimal): -15016185 or 515866. OLE color: 515866.
HSL color Cylindrical-coordinate representation of color #1ADF07: hue angle of 114.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ADF07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.13 |
| HSL | 114.72º | 0.94% | 0.45% | - |
| HSV(B) | 114.72º | 0.97% | 0.87% | - |
| XYZ | 26.85 | 53.01 | 9.02 | - |
| YUV | 139.47 | 53.23 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 7 | 0.88 | 0 | 0.97 | 0.13 | 114.72 | 0.94 | 0.45 |
| Hex | 1A | DF | 7 | 58 | 0 | 61 | D | 73 | 5E | 2D |
| Octal | 32 | 337 | 7 | 130 | 0 | 141 | 15 | 163 | 136 | 55 |
| Binary | 11010 | 11011111 | 111 | 1011000 | 0 | 1100001 | 1101 | 1110011 | 1011110 | 101101 |
Color Harmonies of #1ADF07
Complementary color
Monochromatic Colors of #1ADF07
Black with #1ADF07
Text Example
Text Example
White with #1ADF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF07; }
p { color: rgb(26,223,7); }
H1.HeaderClassName
{
color: #1ADF07;
}
.AnyTagClassName
{
color: #1ADF07;
}
</style>
background-color css
<style>
a { background-color: #1ADF07; }
a { background-color: rgb(26,223,7); }
div.DivClassName
{
background-color: #1ADF07;
}
.BgClassName
{
background-color: #1ADF07;
}
</style>
border-color css
<style>
span { border-color: #1ADF07; }
span { border-color: rgb(26,223,7); }
td.TdClassName
{
border-color: #1ADF07;
}
.TagClassName
{
border-color: #1ADF07;
}
</style>