Shades of Free Speech Green #0AF71E
Tints of Free Speech Green #0AF71E
RGB
CMYK
RGB Variations
Color information
#0AF71E (or 0x0AF71E) is known color: Free Speech Green. HEX triplet: 0A, F7 and 1E. RGB value is (10,247,30). Sum of RGB (Red+Green+Blue) = 10+247+30=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 247 (96.88% from 255 or 86.06% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF71E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF71E is #F508E1. Grayscale: #989898. Windows color (decimal): -16058594 or 2029322. OLE color: 2029322.
HSL color Cylindrical-coordinate representation of color #0AF71E: hue angle of 125.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF71E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 30 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.03 |
| HSL | 125.06º | 0.94% | 0.5% | - |
| HSV(B) | 125.06º | 0.96% | 0.97% | - |
| XYZ | 33.62 | 66.68 | 12.33 | - |
| YUV | 151.4 | 59.48 | 27.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 30 | 0.96 | 0 | 0.88 | 0.03 | 125.06 | 0.94 | 0.5 |
| Hex | A | F7 | 1E | 60 | 0 | 58 | 3 | 7D | 5E | 32 |
| Octal | 12 | 367 | 36 | 140 | 0 | 130 | 3 | 175 | 136 | 62 |
| Binary | 1010 | 11110111 | 11110 | 1100000 | 0 | 1011000 | 11 | 1111101 | 1011110 | 110010 |
Color Harmonies of #0AF71E
Complementary color
Monochromatic Colors of #0AF71E
Black with #0AF71E
Text Example
Text Example
White with #0AF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF71E; }
p { color: rgb(10,247,30); }
H1.HeaderClassName
{
color: #0AF71E;
}
.AnyTagClassName
{
color: #0AF71E;
}
</style>
background-color css
<style>
a { background-color: #0AF71E; }
a { background-color: rgb(10,247,30); }
div.DivClassName
{
background-color: #0AF71E;
}
.BgClassName
{
background-color: #0AF71E;
}
</style>
border-color css
<style>
span { border-color: #0AF71E; }
span { border-color: rgb(10,247,30); }
td.TdClassName
{
border-color: #0AF71E;
}
.TagClassName
{
border-color: #0AF71E;
}
</style>