Shades of Free Speech Green #0AF00E
Tints of Free Speech Green #0AF00E
RGB
CMYK
RGB Variations
Color information
#0AF00E (or 0x0AF00E) is known color: Free Speech Green. HEX triplet: 0A, F0 and 0E. RGB value is (10,240,14). Sum of RGB (Red+Green+Blue) = 10+240+14=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 240 (94.14% from 255 or 90.91% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF00E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF00E is #F50FF1. Grayscale: #929292. Windows color (decimal): -16060402 or 978954. OLE color: 978954.
HSL color Cylindrical-coordinate representation of color #0AF00E: hue angle of 121.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF00E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.06 |
| HSL | 121.04º | 0.92% | 0.49% | - |
| HSV(B) | 121.04º | 0.96% | 0.94% | - |
| XYZ | 31.36 | 62.42 | 10.81 | - |
| YUV | 145.47 | 53.8 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 14 | 0.96 | 0 | 0.94 | 0.06 | 121.04 | 0.92 | 0.49 |
| Hex | A | F0 | E | 60 | 0 | 5E | 6 | 79 | 5C | 31 |
| Octal | 12 | 360 | 16 | 140 | 0 | 136 | 6 | 171 | 134 | 61 |
| Binary | 1010 | 11110000 | 1110 | 1100000 | 0 | 1011110 | 110 | 1111001 | 1011100 | 110001 |
Color Harmonies of #0AF00E
Complementary color
Monochromatic Colors of #0AF00E
Black with #0AF00E
Text Example
Text Example
White with #0AF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF00E; }
p { color: rgb(10,240,14); }
H1.HeaderClassName
{
color: #0AF00E;
}
.AnyTagClassName
{
color: #0AF00E;
}
</style>
background-color css
<style>
a { background-color: #0AF00E; }
a { background-color: rgb(10,240,14); }
div.DivClassName
{
background-color: #0AF00E;
}
.BgClassName
{
background-color: #0AF00E;
}
</style>
border-color css
<style>
span { border-color: #0AF00E; }
span { border-color: rgb(10,240,14); }
td.TdClassName
{
border-color: #0AF00E;
}
.TagClassName
{
border-color: #0AF00E;
}
</style>