Shades of Free Speech Green #0AE32B
Tints of Free Speech Green #0AE32B
RGB
CMYK
RGB Variations
Color information
#0AE32B (or 0x0AE32B) is known color: Free Speech Green. HEX triplet: 0A, E3 and 2B. RGB value is (10,227,43). Sum of RGB (Red+Green+Blue) = 10+227+43=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE32B is #F51CD4. Grayscale: #8D8D8D. Windows color (decimal): -16063701 or 2876170. OLE color: 2876170.
HSL color Cylindrical-coordinate representation of color #0AE32B: hue angle of 129.12º 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 #0AE32B is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 43 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.11 |
| HSL | 129.12º | 0.92% | 0.46% | - |
| HSV(B) | 129.12º | 0.96% | 0.89% | - |
| XYZ | 28.03 | 55.18 | 11.46 | - |
| YUV | 141.14 | 72.61 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 43 | 0.96 | 0 | 0.81 | 0.11 | 129.12 | 0.92 | 0.46 |
| Hex | A | E3 | 2B | 60 | 0 | 51 | B | 81 | 5C | 2E |
| Octal | 12 | 343 | 53 | 140 | 0 | 121 | 13 | 201 | 134 | 56 |
| Binary | 1010 | 11100011 | 101011 | 1100000 | 0 | 1010001 | 1011 | 10000001 | 1011100 | 101110 |
Color Harmonies of #0AE32B
Complementary color
Monochromatic Colors of #0AE32B
Black with #0AE32B
Text Example
Text Example
White with #0AE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE32B; }
p { color: rgb(10,227,43); }
H1.HeaderClassName
{
color: #0AE32B;
}
.AnyTagClassName
{
color: #0AE32B;
}
</style>
background-color css
<style>
a { background-color: #0AE32B; }
a { background-color: rgb(10,227,43); }
div.DivClassName
{
background-color: #0AE32B;
}
.BgClassName
{
background-color: #0AE32B;
}
</style>
border-color css
<style>
span { border-color: #0AE32B; }
span { border-color: rgb(10,227,43); }
td.TdClassName
{
border-color: #0AE32B;
}
.TagClassName
{
border-color: #0AE32B;
}
</style>