Shades of Free Speech Green #1AE302
Tints of Free Speech Green #1AE302
RGB
CMYK
RGB Variations
Color information
#1AE302 (or 0x1AE302) is known color: Free Speech Green. HEX triplet: 1A, E3 and 02. RGB value is (26,227,2). Sum of RGB (Red+Green+Blue) = 26+227+2=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 227 (89.06% from 255 or 89.02% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 227 - color contains mainly: green. Hex color #1AE302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE302 is #E51CFD. Grayscale: #8D8D8D. Windows color (decimal): -15015166 or 189210. OLE color: 189210.
HSL color Cylindrical-coordinate representation of color #1AE302: hue angle of 113.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AE302 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 227 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.11 |
| HSL | 113.6º | 0.98% | 0.45% | - |
| HSV(B) | 113.6º | 0.99% | 0.89% | - |
| XYZ | 27.91 | 55.16 | 9.23 | - |
| YUV | 141.25 | 49.41 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 227 | 2 | 0.89 | 0 | 0.99 | 0.11 | 113.6 | 0.98 | 0.45 |
| Hex | 1A | E3 | 2 | 59 | 0 | 63 | B | 72 | 62 | 2D |
| Octal | 32 | 343 | 2 | 131 | 0 | 143 | 13 | 162 | 142 | 55 |
| Binary | 11010 | 11100011 | 10 | 1011001 | 0 | 1100011 | 1011 | 1110010 | 1100010 | 101101 |
Color Harmonies of #1AE302
Complementary color
Monochromatic Colors of #1AE302
Black with #1AE302
Text Example
Text Example
White with #1AE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE302; }
p { color: rgb(26,227,2); }
H1.HeaderClassName
{
color: #1AE302;
}
.AnyTagClassName
{
color: #1AE302;
}
</style>
background-color css
<style>
a { background-color: #1AE302; }
a { background-color: rgb(26,227,2); }
div.DivClassName
{
background-color: #1AE302;
}
.BgClassName
{
background-color: #1AE302;
}
</style>
border-color css
<style>
span { border-color: #1AE302; }
span { border-color: rgb(26,227,2); }
td.TdClassName
{
border-color: #1AE302;
}
.TagClassName
{
border-color: #1AE302;
}
</style>