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