Shades of Free Speech Green #0AE308
Tints of Free Speech Green #0AE308
RGB
CMYK
RGB Variations
Color information
#0AE308 (or 0x0AE308) is known color: Free Speech Green. HEX triplet: 0A, E3 and 08. RGB value is (10,227,8). Sum of RGB (Red+Green+Blue) = 10+227+8=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 227 (89.06% from 255 or 92.65% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE308 is #F51CF7. Grayscale: #898989. Windows color (decimal): -16063736 or 582410. OLE color: 582410.
HSL color Cylindrical-coordinate representation of color #0AE308: hue angle of 119.45º degrees, saturation: 0.93, 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 #0AE308 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.11 |
| HSL | 119.45º | 0.93% | 0.46% | - |
| HSV(B) | 119.45º | 0.96% | 0.89% | - |
| XYZ | 27.64 | 55.02 | 9.39 | - |
| YUV | 137.15 | 55.11 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 8 | 0.96 | 0 | 0.96 | 0.11 | 119.45 | 0.93 | 0.46 |
| Hex | A | E3 | 8 | 60 | 0 | 60 | B | 77 | 5D | 2E |
| Octal | 12 | 343 | 10 | 140 | 0 | 140 | 13 | 167 | 135 | 56 |
| Binary | 1010 | 11100011 | 1000 | 1100000 | 0 | 1100000 | 1011 | 1110111 | 1011101 | 101110 |
Color Harmonies of #0AE308
Complementary color
Monochromatic Colors of #0AE308
Black with #0AE308
Text Example
Text Example
White with #0AE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE308; }
p { color: rgb(10,227,8); }
H1.HeaderClassName
{
color: #0AE308;
}
.AnyTagClassName
{
color: #0AE308;
}
</style>
background-color css
<style>
a { background-color: #0AE308; }
a { background-color: rgb(10,227,8); }
div.DivClassName
{
background-color: #0AE308;
}
.BgClassName
{
background-color: #0AE308;
}
</style>
border-color css
<style>
span { border-color: #0AE308; }
span { border-color: rgb(10,227,8); }
td.TdClassName
{
border-color: #0AE308;
}
.TagClassName
{
border-color: #0AE308;
}
</style>