Shades of Free Speech Green #0AFA1E
Tints of Free Speech Green #0AFA1E
RGB
CMYK
RGB Variations
Color information
#0AFA1E (or 0x0AFA1E) is known color: Free Speech Green. HEX triplet: 0A, FA and 1E. RGB value is (10,250,30). Sum of RGB (Red+Green+Blue) = 10+250+30=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 250 (98.05% from 255 or 86.21% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFA1E is #F505E1. Grayscale: #999999. Windows color (decimal): -16057826 or 2030090. OLE color: 2030090.
HSL color Cylindrical-coordinate representation of color #0AFA1E: hue angle of 125º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA1E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 30 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.02 |
| HSL | 125º | 0.96% | 0.51% | - |
| HSV(B) | 125º | 0.96% | 0.98% | - |
| XYZ | 34.55 | 68.53 | 12.64 | - |
| YUV | 153.16 | 58.49 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 30 | 0.96 | 0 | 0.88 | 0.02 | 125 | 0.96 | 0.51 |
| Hex | A | FA | 1E | 60 | 0 | 58 | 2 | 7D | 60 | 33 |
| Octal | 12 | 372 | 36 | 140 | 0 | 130 | 2 | 175 | 140 | 63 |
| Binary | 1010 | 11111010 | 11110 | 1100000 | 0 | 1011000 | 10 | 1111101 | 1100000 | 110011 |
Color Harmonies of #0AFA1E
Complementary color
Monochromatic Colors of #0AFA1E
Black with #0AFA1E
Text Example
Text Example
White with #0AFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA1E; }
p { color: rgb(10,250,30); }
H1.HeaderClassName
{
color: #0AFA1E;
}
.AnyTagClassName
{
color: #0AFA1E;
}
</style>
background-color css
<style>
a { background-color: #0AFA1E; }
a { background-color: rgb(10,250,30); }
div.DivClassName
{
background-color: #0AFA1E;
}
.BgClassName
{
background-color: #0AFA1E;
}
</style>
border-color css
<style>
span { border-color: #0AFA1E; }
span { border-color: rgb(10,250,30); }
td.TdClassName
{
border-color: #0AFA1E;
}
.TagClassName
{
border-color: #0AFA1E;
}
</style>