Shades of Free Speech Green #1AF72A
Tints of Free Speech Green #1AF72A
RGB
CMYK
RGB Variations
Color information
#1AF72A (or 0x1AF72A) is known color: Free Speech Green. HEX triplet: 1A, F7 and 2A. RGB value is (26,247,42). Sum of RGB (Red+Green+Blue) = 26+247+42=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 247 (96.88% from 255 or 78.41% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF72A is #E508D5. Grayscale: #9E9E9E. Windows color (decimal): -15010006 or 2815770. OLE color: 2815770.
HSL color Cylindrical-coordinate representation of color #1AF72A: hue angle of 124.34º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF72A is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 42 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.03 |
| HSL | 124.34º | 0.93% | 0.54% | - |
| HSV(B) | 124.34º | 0.89% | 0.97% | - |
| XYZ | 34.1 | 66.91 | 13.31 | - |
| YUV | 157.55 | 62.78 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 42 | 0.89 | 0 | 0.83 | 0.03 | 124.34 | 0.93 | 0.54 |
| Hex | 1A | F7 | 2A | 59 | 0 | 53 | 3 | 7C | 5D | 36 |
| Octal | 32 | 367 | 52 | 131 | 0 | 123 | 3 | 174 | 135 | 66 |
| Binary | 11010 | 11110111 | 101010 | 1011001 | 0 | 1010011 | 11 | 1111100 | 1011101 | 110110 |
Color Harmonies of #1AF72A
Complementary color
Monochromatic Colors of #1AF72A
Black with #1AF72A
Text Example
Text Example
White with #1AF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF72A; }
p { color: rgb(26,247,42); }
H1.HeaderClassName
{
color: #1AF72A;
}
.AnyTagClassName
{
color: #1AF72A;
}
</style>
background-color css
<style>
a { background-color: #1AF72A; }
a { background-color: rgb(26,247,42); }
div.DivClassName
{
background-color: #1AF72A;
}
.BgClassName
{
background-color: #1AF72A;
}
</style>
border-color css
<style>
span { border-color: #1AF72A; }
span { border-color: rgb(26,247,42); }
td.TdClassName
{
border-color: #1AF72A;
}
.TagClassName
{
border-color: #1AF72A;
}
</style>