Shades of Free Speech Green #1AF119
Tints of Free Speech Green #1AF119
RGB
CMYK
RGB Variations
Color information
#1AF119 (or 0x1AF119) is known color: Free Speech Green. HEX triplet: 1A, F1 and 19. RGB value is (26,241,25). Sum of RGB (Red+Green+Blue) = 26+241+25=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 241 (94.53% from 255 or 82.53% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF119 is #E50EE6. Grayscale: #989898. Windows color (decimal): -15011559 or 1700122. OLE color: 1700122.
HSL color Cylindrical-coordinate representation of color #1AF119: hue angle of 119.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF119 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 25 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.05 |
| HSL | 119.72º | 0.89% | 0.52% | - |
| HSV(B) | 119.72º | 0.9% | 0.95% | - |
| XYZ | 32.06 | 63.2 | 11.43 | - |
| YUV | 152.09 | 56.27 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 25 | 0.89 | 0 | 0.90 | 0.05 | 119.72 | 0.89 | 0.52 |
| Hex | 1A | F1 | 19 | 59 | 0 | 5A | 5 | 78 | 59 | 34 |
| Octal | 32 | 361 | 31 | 131 | 0 | 132 | 5 | 170 | 131 | 64 |
| Binary | 11010 | 11110001 | 11001 | 1011001 | 0 | 1011010 | 101 | 1111000 | 1011001 | 110100 |
Color Harmonies of #1AF119
Complementary color
Monochromatic Colors of #1AF119
Black with #1AF119
Text Example
Text Example
White with #1AF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF119; }
p { color: rgb(26,241,25); }
H1.HeaderClassName
{
color: #1AF119;
}
.AnyTagClassName
{
color: #1AF119;
}
</style>
background-color css
<style>
a { background-color: #1AF119; }
a { background-color: rgb(26,241,25); }
div.DivClassName
{
background-color: #1AF119;
}
.BgClassName
{
background-color: #1AF119;
}
</style>
border-color css
<style>
span { border-color: #1AF119; }
span { border-color: rgb(26,241,25); }
td.TdClassName
{
border-color: #1AF119;
}
.TagClassName
{
border-color: #1AF119;
}
</style>