Shades of Free Speech Green #1ADF06
Tints of Free Speech Green #1ADF06
RGB
CMYK
RGB Variations
Color information
#1ADF06 (or 0x1ADF06) is known color: Free Speech Green. HEX triplet: 1A, DF and 06. RGB value is (26,223,6). Sum of RGB (Red+Green+Blue) = 26+223+6=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADF06 is #E520F9. Grayscale: #8C8C8C. Windows color (decimal): -15016186 or 450330. OLE color: 450330.
HSL color Cylindrical-coordinate representation of color #1ADF06: hue angle of 114.47º degrees, saturation: 0.95, 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 #1ADF06 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.13 |
| HSL | 114.47º | 0.95% | 0.45% | - |
| HSV(B) | 114.47º | 0.97% | 0.87% | - |
| XYZ | 26.85 | 53.01 | 8.99 | - |
| YUV | 139.36 | 52.73 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 6 | 0.88 | 0 | 0.97 | 0.13 | 114.47 | 0.95 | 0.45 |
| Hex | 1A | DF | 6 | 58 | 0 | 61 | D | 72 | 5F | 2D |
| Octal | 32 | 337 | 6 | 130 | 0 | 141 | 15 | 162 | 137 | 55 |
| Binary | 11010 | 11011111 | 110 | 1011000 | 0 | 1100001 | 1101 | 1110010 | 1011111 | 101101 |
Color Harmonies of #1ADF06
Complementary color
Monochromatic Colors of #1ADF06
Black with #1ADF06
Text Example
Text Example
White with #1ADF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF06; }
p { color: rgb(26,223,6); }
H1.HeaderClassName
{
color: #1ADF06;
}
.AnyTagClassName
{
color: #1ADF06;
}
</style>
background-color css
<style>
a { background-color: #1ADF06; }
a { background-color: rgb(26,223,6); }
div.DivClassName
{
background-color: #1ADF06;
}
.BgClassName
{
background-color: #1ADF06;
}
</style>
border-color css
<style>
span { border-color: #1ADF06; }
span { border-color: rgb(26,223,6); }
td.TdClassName
{
border-color: #1ADF06;
}
.TagClassName
{
border-color: #1ADF06;
}
</style>