Shades of Free Speech Green #1AFE10
Tints of Free Speech Green #1AFE10
RGB
CMYK
RGB Variations
Color information
#1AFE10 (or 0x1AFE10) is known color: Free Speech Green. HEX triplet: 1A, FE and 10. RGB value is (26,254,16). Sum of RGB (Red+Green+Blue) = 26+254+16=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFE10 is #E501EF. Grayscale: #9F9F9F. Windows color (decimal): -15008240 or 1113626. OLE color: 1113626.
HSL color Cylindrical-coordinate representation of color #1AFE10: hue angle of 117.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AFE10 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 16 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.00 |
| HSL | 117.48º | 0.99% | 0.53% | - |
| HSV(B) | 117.48º | 0.94% | 1% | - |
| XYZ | 35.96 | 71.14 | 12.33 | - |
| YUV | 158.7 | 47.46 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 16 | 0.90 | 0 | 0.94 | 0.00 | 117.48 | 0.99 | 0.53 |
| Hex | 1A | FE | 10 | 5A | 0 | 5E | 0 | 75 | 63 | 35 |
| Octal | 32 | 376 | 20 | 132 | 0 | 136 | 0 | 165 | 143 | 65 |
| Binary | 11010 | 11111110 | 10000 | 1011010 | 0 | 1011110 | 0 | 1110101 | 1100011 | 110101 |
Color Harmonies of #1AFE10
Complementary color
Monochromatic Colors of #1AFE10
Black with #1AFE10
Text Example
Text Example
White with #1AFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE10; }
p { color: rgb(26,254,16); }
H1.HeaderClassName
{
color: #1AFE10;
}
.AnyTagClassName
{
color: #1AFE10;
}
</style>
background-color css
<style>
a { background-color: #1AFE10; }
a { background-color: rgb(26,254,16); }
div.DivClassName
{
background-color: #1AFE10;
}
.BgClassName
{
background-color: #1AFE10;
}
</style>
border-color css
<style>
span { border-color: #1AFE10; }
span { border-color: rgb(26,254,16); }
td.TdClassName
{
border-color: #1AFE10;
}
.TagClassName
{
border-color: #1AFE10;
}
</style>