Shades of Free Speech Green #1ADF09
Tints of Free Speech Green #1ADF09
RGB
CMYK
RGB Variations
Color information
#1ADF09 (or 0x1ADF09) is known color: Free Speech Green. HEX triplet: 1A, DF and 09. RGB value is (26,223,9). Sum of RGB (Red+Green+Blue) = 26+223+9=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADF09 is #E520F6. Grayscale: #8C8C8C. Windows color (decimal): -15016183 or 646938. OLE color: 646938.
HSL color Cylindrical-coordinate representation of color #1ADF09: hue angle of 115.23º degrees, saturation: 0.92, 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 #1ADF09 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.13 |
| HSL | 115.23º | 0.92% | 0.45% | - |
| HSV(B) | 115.23º | 0.96% | 0.87% | - |
| XYZ | 26.86 | 53.01 | 9.08 | - |
| YUV | 139.7 | 54.23 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 9 | 0.88 | 0 | 0.96 | 0.13 | 115.23 | 0.92 | 0.45 |
| Hex | 1A | DF | 9 | 58 | 0 | 60 | D | 73 | 5C | 2D |
| Octal | 32 | 337 | 11 | 130 | 0 | 140 | 15 | 163 | 134 | 55 |
| Binary | 11010 | 11011111 | 1001 | 1011000 | 0 | 1100000 | 1101 | 1110011 | 1011100 | 101101 |
Color Harmonies of #1ADF09
Complementary color
Monochromatic Colors of #1ADF09
Black with #1ADF09
Text Example
Text Example
White with #1ADF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF09; }
p { color: rgb(26,223,9); }
H1.HeaderClassName
{
color: #1ADF09;
}
.AnyTagClassName
{
color: #1ADF09;
}
</style>
background-color css
<style>
a { background-color: #1ADF09; }
a { background-color: rgb(26,223,9); }
div.DivClassName
{
background-color: #1ADF09;
}
.BgClassName
{
background-color: #1ADF09;
}
</style>
border-color css
<style>
span { border-color: #1ADF09; }
span { border-color: rgb(26,223,9); }
td.TdClassName
{
border-color: #1ADF09;
}
.TagClassName
{
border-color: #1ADF09;
}
</style>