Shades of Free Speech Green #1AF217
Tints of Free Speech Green #1AF217
RGB
CMYK
RGB Variations
Color information
#1AF217 (or 0x1AF217) is known color: Free Speech Green. HEX triplet: 1A, F2 and 17. RGB value is (26,242,23). Sum of RGB (Red+Green+Blue) = 26+242+23=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF217 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF217 is #E50DE8. Grayscale: #999999. Windows color (decimal): -15011305 or 1569306. OLE color: 1569306.
HSL color Cylindrical-coordinate representation of color #1AF217: hue angle of 119.18º 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 #1AF217 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 23 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.05 |
| HSL | 119.18º | 0.89% | 0.52% | - |
| HSV(B) | 119.18º | 0.9% | 0.95% | - |
| XYZ | 32.33 | 63.79 | 11.42 | - |
| YUV | 152.45 | 54.94 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 23 | 0.89 | 0 | 0.90 | 0.05 | 119.18 | 0.89 | 0.52 |
| Hex | 1A | F2 | 17 | 59 | 0 | 5A | 5 | 77 | 59 | 34 |
| Octal | 32 | 362 | 27 | 131 | 0 | 132 | 5 | 167 | 131 | 64 |
| Binary | 11010 | 11110010 | 10111 | 1011001 | 0 | 1011010 | 101 | 1110111 | 1011001 | 110100 |
Color Harmonies of #1AF217
Complementary color
Monochromatic Colors of #1AF217
Black with #1AF217
Text Example
Text Example
White with #1AF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF217; }
p { color: rgb(26,242,23); }
H1.HeaderClassName
{
color: #1AF217;
}
.AnyTagClassName
{
color: #1AF217;
}
</style>
background-color css
<style>
a { background-color: #1AF217; }
a { background-color: rgb(26,242,23); }
div.DivClassName
{
background-color: #1AF217;
}
.BgClassName
{
background-color: #1AF217;
}
</style>
border-color css
<style>
span { border-color: #1AF217; }
span { border-color: rgb(26,242,23); }
td.TdClassName
{
border-color: #1AF217;
}
.TagClassName
{
border-color: #1AF217;
}
</style>