Shades of Free Speech Green #1AF127
Tints of Free Speech Green #1AF127
RGB
CMYK
RGB Variations
Color information
#1AF127 (or 0x1AF127) is known color: Free Speech Green. HEX triplet: 1A, F1 and 27. RGB value is (26,241,39). Sum of RGB (Red+Green+Blue) = 26+241+39=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 241 (94.53% from 255 or 78.76% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF127 is #E50ED8. Grayscale: #9A9A9A. Windows color (decimal): -15011545 or 2617626. OLE color: 2617626.
HSL color Cylindrical-coordinate representation of color #1AF127: hue angle of 123.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF127 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 39 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.05 |
| HSL | 123.63º | 0.88% | 0.52% | - |
| HSV(B) | 123.63º | 0.89% | 0.95% | - |
| XYZ | 32.25 | 63.28 | 12.43 | - |
| YUV | 153.69 | 63.27 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 39 | 0.89 | 0 | 0.84 | 0.05 | 123.63 | 0.88 | 0.52 |
| Hex | 1A | F1 | 27 | 59 | 0 | 54 | 5 | 7C | 58 | 34 |
| Octal | 32 | 361 | 47 | 131 | 0 | 124 | 5 | 174 | 130 | 64 |
| Binary | 11010 | 11110001 | 100111 | 1011001 | 0 | 1010100 | 101 | 1111100 | 1011000 | 110100 |
Color Harmonies of #1AF127
Complementary color
Monochromatic Colors of #1AF127
Black with #1AF127
Text Example
Text Example
White with #1AF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF127; }
p { color: rgb(26,241,39); }
H1.HeaderClassName
{
color: #1AF127;
}
.AnyTagClassName
{
color: #1AF127;
}
</style>
background-color css
<style>
a { background-color: #1AF127; }
a { background-color: rgb(26,241,39); }
div.DivClassName
{
background-color: #1AF127;
}
.BgClassName
{
background-color: #1AF127;
}
</style>
border-color css
<style>
span { border-color: #1AF127; }
span { border-color: rgb(26,241,39); }
td.TdClassName
{
border-color: #1AF127;
}
.TagClassName
{
border-color: #1AF127;
}
</style>