Shades of Free Speech Green #0AE321
Tints of Free Speech Green #0AE321
RGB
CMYK
RGB Variations
Color information
#0AE321 (or 0x0AE321) is known color: Free Speech Green. HEX triplet: 0A, E3 and 21. RGB value is (10,227,33). Sum of RGB (Red+Green+Blue) = 10+227+33=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 227 (89.06% from 255 or 84.07% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE321 is #F51CDE. Grayscale: #8C8C8C. Windows color (decimal): -16063711 or 2220810. OLE color: 2220810.
HSL color Cylindrical-coordinate representation of color #0AE321: hue angle of 126.36º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE321 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 33 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.11 |
| HSL | 126.36º | 0.92% | 0.46% | - |
| HSV(B) | 126.36º | 0.96% | 0.89% | - |
| XYZ | 27.87 | 55.11 | 10.61 | - |
| YUV | 140 | 67.61 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 33 | 0.96 | 0 | 0.85 | 0.11 | 126.36 | 0.92 | 0.46 |
| Hex | A | E3 | 21 | 60 | 0 | 55 | B | 7E | 5C | 2E |
| Octal | 12 | 343 | 41 | 140 | 0 | 125 | 13 | 176 | 134 | 56 |
| Binary | 1010 | 11100011 | 100001 | 1100000 | 0 | 1010101 | 1011 | 1111110 | 1011100 | 101110 |
Color Harmonies of #0AE321
Complementary color
Monochromatic Colors of #0AE321
Black with #0AE321
Text Example
Text Example
White with #0AE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE321; }
p { color: rgb(10,227,33); }
H1.HeaderClassName
{
color: #0AE321;
}
.AnyTagClassName
{
color: #0AE321;
}
</style>
background-color css
<style>
a { background-color: #0AE321; }
a { background-color: rgb(10,227,33); }
div.DivClassName
{
background-color: #0AE321;
}
.BgClassName
{
background-color: #0AE321;
}
</style>
border-color css
<style>
span { border-color: #0AE321; }
span { border-color: rgb(10,227,33); }
td.TdClassName
{
border-color: #0AE321;
}
.TagClassName
{
border-color: #0AE321;
}
</style>