Shades of Free Speech Green #1AFF37
Tints of Free Speech Green #1AFF37
RGB
CMYK
RGB Variations
Color information
#1AFF37 (or 0x1AFF37) is known color: Free Speech Green. HEX triplet: 1A, FF and 37. RGB value is (26,255,55). Sum of RGB (Red+Green+Blue) = 26+255+55=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF37 is #E500C8. Grayscale: #A4A4A4. Windows color (decimal): -15007945 or 3669786. OLE color: 3669786.
HSL color Cylindrical-coordinate representation of color #1AFF37: hue angle of 127.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF37 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 55 | - |
| CMYK | 0.90 | 0 | 0.78 | 0 |
| HSL | 127.6º | 1% | 0.55% | - |
| HSV(B) | 127.6º | 0.9% | 1% | - |
| XYZ | 36.88 | 72.02 | 15.57 | - |
| YUV | 163.73 | 66.63 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 55 | 0.90 | 0 | 0.78 | 0 | 127.6 | 1 | 0.55 |
| Hex | 1A | FF | 37 | 5A | 0 | 4E | 0 | 80 | 64 | 37 |
| Octal | 32 | 377 | 67 | 132 | 0 | 116 | 0 | 200 | 144 | 67 |
| Binary | 11010 | 11111111 | 110111 | 1011010 | 0 | 1001110 | 0 | 10000000 | 1100100 | 110111 |
Color Harmonies of #1AFF37
Complementary color
Monochromatic Colors of #1AFF37
Black with #1AFF37
Text Example
Text Example
White with #1AFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF37; }
p { color: rgb(26,255,55); }
H1.HeaderClassName
{
color: #1AFF37;
}
.AnyTagClassName
{
color: #1AFF37;
}
</style>
background-color css
<style>
a { background-color: #1AFF37; }
a { background-color: rgb(26,255,55); }
div.DivClassName
{
background-color: #1AFF37;
}
.BgClassName
{
background-color: #1AFF37;
}
</style>
border-color css
<style>
span { border-color: #1AFF37; }
span { border-color: rgb(26,255,55); }
td.TdClassName
{
border-color: #1AFF37;
}
.TagClassName
{
border-color: #1AFF37;
}
</style>