Shades of Free Speech Green #1ADF08
Tints of Free Speech Green #1ADF08
RGB
CMYK
RGB Variations
Color information
#1ADF08 (or 0x1ADF08) is known color: Free Speech Green. HEX triplet: 1A, DF and 08. RGB value is (26,223,8). Sum of RGB (Red+Green+Blue) = 26+223+8=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 223 (87.5% from 255 or 86.77% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADF08 is #E520F7. Grayscale: #8C8C8C. Windows color (decimal): -15016184 or 581402. OLE color: 581402.
HSL color Cylindrical-coordinate representation of color #1ADF08: hue angle of 114.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1ADF08 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.13 |
| HSL | 114.98º | 0.93% | 0.45% | - |
| HSV(B) | 114.98º | 0.96% | 0.87% | - |
| XYZ | 26.86 | 53.01 | 9.05 | - |
| YUV | 139.59 | 53.73 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 8 | 0.88 | 0 | 0.96 | 0.13 | 114.98 | 0.93 | 0.45 |
| Hex | 1A | DF | 8 | 58 | 0 | 60 | D | 73 | 5D | 2D |
| Octal | 32 | 337 | 10 | 130 | 0 | 140 | 15 | 163 | 135 | 55 |
| Binary | 11010 | 11011111 | 1000 | 1011000 | 0 | 1100000 | 1101 | 1110011 | 1011101 | 101101 |
Color Harmonies of #1ADF08
Complementary color
Monochromatic Colors of #1ADF08
Black with #1ADF08
Text Example
Text Example
White with #1ADF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF08; }
p { color: rgb(26,223,8); }
H1.HeaderClassName
{
color: #1ADF08;
}
.AnyTagClassName
{
color: #1ADF08;
}
</style>
background-color css
<style>
a { background-color: #1ADF08; }
a { background-color: rgb(26,223,8); }
div.DivClassName
{
background-color: #1ADF08;
}
.BgClassName
{
background-color: #1ADF08;
}
</style>
border-color css
<style>
span { border-color: #1ADF08; }
span { border-color: rgb(26,223,8); }
td.TdClassName
{
border-color: #1ADF08;
}
.TagClassName
{
border-color: #1ADF08;
}
</style>