Shades of Free Speech Green #0AE30D
Tints of Free Speech Green #0AE30D
RGB
CMYK
RGB Variations
Color information
#0AE30D (or 0x0AE30D) is known color: Free Speech Green. HEX triplet: 0A, E3 and 0D. RGB value is (10,227,13). Sum of RGB (Red+Green+Blue) = 10+227+13=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 227 (89.06% from 255 or 90.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE30D is #F51CF2. Grayscale: #8A8A8A. Windows color (decimal): -16063731 or 910090. OLE color: 910090.
HSL color Cylindrical-coordinate representation of color #0AE30D: hue angle of 120.83º 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 #0AE30D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.11 |
| HSL | 120.83º | 0.92% | 0.46% | - |
| HSV(B) | 120.83º | 0.96% | 0.89% | - |
| XYZ | 27.67 | 55.03 | 9.54 | - |
| YUV | 137.72 | 57.61 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 13 | 0.96 | 0 | 0.94 | 0.11 | 120.83 | 0.92 | 0.46 |
| Hex | A | E3 | D | 60 | 0 | 5E | B | 79 | 5C | 2E |
| Octal | 12 | 343 | 15 | 140 | 0 | 136 | 13 | 171 | 134 | 56 |
| Binary | 1010 | 11100011 | 1101 | 1100000 | 0 | 1011110 | 1011 | 1111001 | 1011100 | 101110 |
Color Harmonies of #0AE30D
Complementary color
Monochromatic Colors of #0AE30D
Black with #0AE30D
Text Example
Text Example
White with #0AE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE30D; }
p { color: rgb(10,227,13); }
H1.HeaderClassName
{
color: #0AE30D;
}
.AnyTagClassName
{
color: #0AE30D;
}
</style>
background-color css
<style>
a { background-color: #0AE30D; }
a { background-color: rgb(10,227,13); }
div.DivClassName
{
background-color: #0AE30D;
}
.BgClassName
{
background-color: #0AE30D;
}
</style>
border-color css
<style>
span { border-color: #0AE30D; }
span { border-color: rgb(10,227,13); }
td.TdClassName
{
border-color: #0AE30D;
}
.TagClassName
{
border-color: #0AE30D;
}
</style>