Shades of Free Speech Green #1AF81B
Tints of Free Speech Green #1AF81B
RGB
CMYK
RGB Variations
Color information
#1AF81B (or 0x1AF81B) is known color: Free Speech Green. HEX triplet: 1A, F8 and 1B. RGB value is (26,248,27). Sum of RGB (Red+Green+Blue) = 26+248+27=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 248 (97.27% from 255 or 82.39% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF81B is #E507E4. Grayscale: #9D9D9D. Windows color (decimal): -15009765 or 1832986. OLE color: 1832986.
HSL color Cylindrical-coordinate representation of color #1AF81B: hue angle of 120.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF81B is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 27 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.03 |
| HSL | 120.27º | 0.94% | 0.54% | - |
| HSV(B) | 120.27º | 0.9% | 0.97% | - |
| XYZ | 34.19 | 67.43 | 12.25 | - |
| YUV | 156.43 | 54.95 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 27 | 0.90 | 0 | 0.89 | 0.03 | 120.27 | 0.94 | 0.54 |
| Hex | 1A | F8 | 1B | 5A | 0 | 59 | 3 | 78 | 5E | 36 |
| Octal | 32 | 370 | 33 | 132 | 0 | 131 | 3 | 170 | 136 | 66 |
| Binary | 11010 | 11111000 | 11011 | 1011010 | 0 | 1011001 | 11 | 1111000 | 1011110 | 110110 |
Color Harmonies of #1AF81B
Complementary color
Monochromatic Colors of #1AF81B
Black with #1AF81B
Text Example
Text Example
White with #1AF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF81B; }
p { color: rgb(26,248,27); }
H1.HeaderClassName
{
color: #1AF81B;
}
.AnyTagClassName
{
color: #1AF81B;
}
</style>
background-color css
<style>
a { background-color: #1AF81B; }
a { background-color: rgb(26,248,27); }
div.DivClassName
{
background-color: #1AF81B;
}
.BgClassName
{
background-color: #1AF81B;
}
</style>
border-color css
<style>
span { border-color: #1AF81B; }
span { border-color: rgb(26,248,27); }
td.TdClassName
{
border-color: #1AF81B;
}
.TagClassName
{
border-color: #1AF81B;
}
</style>