Shades of Free Speech Green #0AE303
Tints of Free Speech Green #0AE303
RGB
CMYK
RGB Variations
Color information
#0AE303 (or 0x0AE303) is known color: Free Speech Green. HEX triplet: 0A, E3 and 03. RGB value is (10,227,3). Sum of RGB (Red+Green+Blue) = 10+227+3=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 227 (89.06% from 255 or 94.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE303 is #F51CFC. Grayscale: #898989. Windows color (decimal): -16063741 or 254730. OLE color: 254730.
HSL color Cylindrical-coordinate representation of color #0AE303: hue angle of 118.12º degrees, saturation: 0.97, 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 #0AE303 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.11 |
| HSL | 118.13º | 0.97% | 0.45% | - |
| HSV(B) | 118.13º | 0.99% | 0.89% | - |
| XYZ | 27.61 | 55.01 | 9.25 | - |
| YUV | 136.58 | 52.61 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 3 | 0.96 | 0 | 0.99 | 0.11 | 118.13 | 0.97 | 0.45 |
| Hex | A | E3 | 3 | 60 | 0 | 63 | B | 76 | 61 | 2D |
| Octal | 12 | 343 | 3 | 140 | 0 | 143 | 13 | 166 | 141 | 55 |
| Binary | 1010 | 11100011 | 11 | 1100000 | 0 | 1100011 | 1011 | 1110110 | 1100001 | 101101 |
Color Harmonies of #0AE303
Complementary color
Monochromatic Colors of #0AE303
Black with #0AE303
Text Example
Text Example
White with #0AE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE303; }
p { color: rgb(10,227,3); }
H1.HeaderClassName
{
color: #0AE303;
}
.AnyTagClassName
{
color: #0AE303;
}
</style>
background-color css
<style>
a { background-color: #0AE303; }
a { background-color: rgb(10,227,3); }
div.DivClassName
{
background-color: #0AE303;
}
.BgClassName
{
background-color: #0AE303;
}
</style>
border-color css
<style>
span { border-color: #0AE303; }
span { border-color: rgb(10,227,3); }
td.TdClassName
{
border-color: #0AE303;
}
.TagClassName
{
border-color: #0AE303;
}
</style>