Shades of Free Speech Green #1AF319
Tints of Free Speech Green #1AF319
RGB
CMYK
RGB Variations
Color information
#1AF319 (or 0x1AF319) is known color: Free Speech Green. HEX triplet: 1A, F3 and 19. RGB value is (26,243,25). Sum of RGB (Red+Green+Blue) = 26+243+25=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF319 is #E50CE6. Grayscale: #999999. Windows color (decimal): -15011047 or 1700634. OLE color: 1700634.
HSL color Cylindrical-coordinate representation of color #1AF319: hue angle of 119.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF319 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 25 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.05 |
| HSL | 119.72º | 0.9% | 0.53% | - |
| HSV(B) | 119.72º | 0.9% | 0.95% | - |
| XYZ | 32.65 | 64.39 | 11.63 | - |
| YUV | 153.27 | 55.61 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 25 | 0.89 | 0 | 0.90 | 0.05 | 119.72 | 0.9 | 0.53 |
| Hex | 1A | F3 | 19 | 59 | 0 | 5A | 5 | 78 | 5A | 35 |
| Octal | 32 | 363 | 31 | 131 | 0 | 132 | 5 | 170 | 132 | 65 |
| Binary | 11010 | 11110011 | 11001 | 1011001 | 0 | 1011010 | 101 | 1111000 | 1011010 | 110101 |
Color Harmonies of #1AF319
Complementary color
Monochromatic Colors of #1AF319
Black with #1AF319
Text Example
Text Example
White with #1AF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF319; }
p { color: rgb(26,243,25); }
H1.HeaderClassName
{
color: #1AF319;
}
.AnyTagClassName
{
color: #1AF319;
}
</style>
background-color css
<style>
a { background-color: #1AF319; }
a { background-color: rgb(26,243,25); }
div.DivClassName
{
background-color: #1AF319;
}
.BgClassName
{
background-color: #1AF319;
}
</style>
border-color css
<style>
span { border-color: #1AF319; }
span { border-color: rgb(26,243,25); }
td.TdClassName
{
border-color: #1AF319;
}
.TagClassName
{
border-color: #1AF319;
}
</style>