Shades of Free Speech Green #0AF91E
Tints of Free Speech Green #0AF91E
RGB
CMYK
RGB Variations
Color information
#0AF91E (or 0x0AF91E) is known color: Free Speech Green. HEX triplet: 0A, F9 and 1E. RGB value is (10,249,30). Sum of RGB (Red+Green+Blue) = 10+249+30=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 249 (97.66% from 255 or 86.16% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF91E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF91E is #F506E1. Grayscale: #999999. Windows color (decimal): -16058082 or 2029834. OLE color: 2029834.
HSL color Cylindrical-coordinate representation of color #0AF91E: hue angle of 125.02º degrees, saturation: 0.95, 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 #0AF91E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 30 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.02 |
| HSL | 125.02º | 0.95% | 0.51% | - |
| HSV(B) | 125.02º | 0.96% | 0.98% | - |
| XYZ | 34.24 | 67.91 | 12.53 | - |
| YUV | 152.57 | 58.82 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 30 | 0.96 | 0 | 0.88 | 0.02 | 125.02 | 0.95 | 0.51 |
| Hex | A | F9 | 1E | 60 | 0 | 58 | 2 | 7D | 5F | 33 |
| Octal | 12 | 371 | 36 | 140 | 0 | 130 | 2 | 175 | 137 | 63 |
| Binary | 1010 | 11111001 | 11110 | 1100000 | 0 | 1011000 | 10 | 1111101 | 1011111 | 110011 |
Color Harmonies of #0AF91E
Complementary color
Monochromatic Colors of #0AF91E
Black with #0AF91E
Text Example
Text Example
White with #0AF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF91E; }
p { color: rgb(10,249,30); }
H1.HeaderClassName
{
color: #0AF91E;
}
.AnyTagClassName
{
color: #0AF91E;
}
</style>
background-color css
<style>
a { background-color: #0AF91E; }
a { background-color: rgb(10,249,30); }
div.DivClassName
{
background-color: #0AF91E;
}
.BgClassName
{
background-color: #0AF91E;
}
</style>
border-color css
<style>
span { border-color: #0AF91E; }
span { border-color: rgb(10,249,30); }
td.TdClassName
{
border-color: #0AF91E;
}
.TagClassName
{
border-color: #0AF91E;
}
</style>