Shades of Free Speech Green #0AEA2A
Tints of Free Speech Green #0AEA2A
RGB
CMYK
RGB Variations
Color information
#0AEA2A (or 0x0AEA2A) is known color: Free Speech Green. HEX triplet: 0A, EA and 2A. RGB value is (10,234,42). Sum of RGB (Red+Green+Blue) = 10+234+42=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 234 (91.80% from 255 or 81.82% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEA2A is #F515D5. Grayscale: #919191. Windows color (decimal): -16061910 or 2812426. OLE color: 2812426.
HSL color Cylindrical-coordinate representation of color #0AEA2A: hue angle of 128.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEA2A is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 42 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.08 |
| HSL | 128.57º | 0.92% | 0.48% | - |
| HSV(B) | 128.57º | 0.96% | 0.92% | - |
| XYZ | 29.97 | 59.08 | 12.01 | - |
| YUV | 145.14 | 69.79 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 42 | 0.96 | 0 | 0.82 | 0.08 | 128.57 | 0.92 | 0.48 |
| Hex | A | EA | 2A | 60 | 0 | 52 | 8 | 81 | 5C | 30 |
| Octal | 12 | 352 | 52 | 140 | 0 | 122 | 10 | 201 | 134 | 60 |
| Binary | 1010 | 11101010 | 101010 | 1100000 | 0 | 1010010 | 1000 | 10000001 | 1011100 | 110000 |
Color Harmonies of #0AEA2A
Complementary color
Monochromatic Colors of #0AEA2A
Black with #0AEA2A
Text Example
Text Example
White with #0AEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA2A; }
p { color: rgb(10,234,42); }
H1.HeaderClassName
{
color: #0AEA2A;
}
.AnyTagClassName
{
color: #0AEA2A;
}
</style>
background-color css
<style>
a { background-color: #0AEA2A; }
a { background-color: rgb(10,234,42); }
div.DivClassName
{
background-color: #0AEA2A;
}
.BgClassName
{
background-color: #0AEA2A;
}
</style>
border-color css
<style>
span { border-color: #0AEA2A; }
span { border-color: rgb(10,234,42); }
td.TdClassName
{
border-color: #0AEA2A;
}
.TagClassName
{
border-color: #0AEA2A;
}
</style>