Shades of Free Speech Green #1AF013
Tints of Free Speech Green #1AF013
RGB
CMYK
RGB Variations
Color information
#1AF013 (or 0x1AF013) is known color: Free Speech Green. HEX triplet: 1A, F0 and 13. RGB value is (26,240,19). Sum of RGB (Red+Green+Blue) = 26+240+19=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 240 (94.14% from 255 or 84.21% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF013 is #E50FEC. Grayscale: #979797. Windows color (decimal): -15011821 or 1306650. OLE color: 1306650.
HSL color Cylindrical-coordinate representation of color #1AF013: hue angle of 118.1º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AF013 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 19 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.06 |
| HSL | 118.1º | 0.88% | 0.51% | - |
| HSV(B) | 118.1º | 0.92% | 0.94% | - |
| XYZ | 31.7 | 62.59 | 11.03 | - |
| YUV | 150.82 | 53.6 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 19 | 0.89 | 0 | 0.92 | 0.06 | 118.1 | 0.88 | 0.51 |
| Hex | 1A | F0 | 13 | 59 | 0 | 5C | 6 | 76 | 58 | 33 |
| Octal | 32 | 360 | 23 | 131 | 0 | 134 | 6 | 166 | 130 | 63 |
| Binary | 11010 | 11110000 | 10011 | 1011001 | 0 | 1011100 | 110 | 1110110 | 1011000 | 110011 |
Color Harmonies of #1AF013
Complementary color
Monochromatic Colors of #1AF013
Black with #1AF013
Text Example
Text Example
White with #1AF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF013; }
p { color: rgb(26,240,19); }
H1.HeaderClassName
{
color: #1AF013;
}
.AnyTagClassName
{
color: #1AF013;
}
</style>
background-color css
<style>
a { background-color: #1AF013; }
a { background-color: rgb(26,240,19); }
div.DivClassName
{
background-color: #1AF013;
}
.BgClassName
{
background-color: #1AF013;
}
</style>
border-color css
<style>
span { border-color: #1AF013; }
span { border-color: rgb(26,240,19); }
td.TdClassName
{
border-color: #1AF013;
}
.TagClassName
{
border-color: #1AF013;
}
</style>