Shades of Free Speech Green #1AF009
Tints of Free Speech Green #1AF009
RGB
CMYK
RGB Variations
Color information
#1AF009 (or 0x1AF009) is known color: Free Speech Green. HEX triplet: 1A, F0 and 09. RGB value is (26,240,9). Sum of RGB (Red+Green+Blue) = 26+240+9=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 240 (94.14% from 255 or 87.27% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF009 is #E50FF6. Grayscale: #969696. Windows color (decimal): -15011831 or 651290. OLE color: 651290.
HSL color Cylindrical-coordinate representation of color #1AF009: hue angle of 115.58º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AF009 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.06 |
| HSL | 115.58º | 0.93% | 0.49% | - |
| HSV(B) | 115.58º | 0.96% | 0.94% | - |
| XYZ | 31.64 | 62.56 | 10.67 | - |
| YUV | 149.68 | 48.6 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 9 | 0.89 | 0 | 0.96 | 0.06 | 115.58 | 0.93 | 0.49 |
| Hex | 1A | F0 | 9 | 59 | 0 | 60 | 6 | 74 | 5D | 31 |
| Octal | 32 | 360 | 11 | 131 | 0 | 140 | 6 | 164 | 135 | 61 |
| Binary | 11010 | 11110000 | 1001 | 1011001 | 0 | 1100000 | 110 | 1110100 | 1011101 | 110001 |
Color Harmonies of #1AF009
Complementary color
Monochromatic Colors of #1AF009
Black with #1AF009
Text Example
Text Example
White with #1AF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF009; }
p { color: rgb(26,240,9); }
H1.HeaderClassName
{
color: #1AF009;
}
.AnyTagClassName
{
color: #1AF009;
}
</style>
background-color css
<style>
a { background-color: #1AF009; }
a { background-color: rgb(26,240,9); }
div.DivClassName
{
background-color: #1AF009;
}
.BgClassName
{
background-color: #1AF009;
}
</style>
border-color css
<style>
span { border-color: #1AF009; }
span { border-color: rgb(26,240,9); }
td.TdClassName
{
border-color: #1AF009;
}
.TagClassName
{
border-color: #1AF009;
}
</style>