Shades of Free Speech Green #0AF81E
Tints of Free Speech Green #0AF81E
RGB
CMYK
RGB Variations
Color information
#0AF81E (or 0x0AF81E) is known color: Free Speech Green. HEX triplet: 0A, F8 and 1E. RGB value is (10,248,30). Sum of RGB (Red+Green+Blue) = 10+248+30=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 248 (97.27% from 255 or 86.11% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF81E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF81E is #F507E1. Grayscale: #989898. Windows color (decimal): -16058338 or 2029578. OLE color: 2029578.
HSL color Cylindrical-coordinate representation of color #0AF81E: hue angle of 125.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF81E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 30 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.03 |
| HSL | 125.04º | 0.94% | 0.51% | - |
| HSV(B) | 125.04º | 0.96% | 0.97% | - |
| XYZ | 33.93 | 67.29 | 12.43 | - |
| YUV | 151.99 | 59.15 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 30 | 0.96 | 0 | 0.88 | 0.03 | 125.04 | 0.94 | 0.51 |
| Hex | A | F8 | 1E | 60 | 0 | 58 | 3 | 7D | 5E | 33 |
| Octal | 12 | 370 | 36 | 140 | 0 | 130 | 3 | 175 | 136 | 63 |
| Binary | 1010 | 11111000 | 11110 | 1100000 | 0 | 1011000 | 11 | 1111101 | 1011110 | 110011 |
Color Harmonies of #0AF81E
Complementary color
Monochromatic Colors of #0AF81E
Black with #0AF81E
Text Example
Text Example
White with #0AF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF81E; }
p { color: rgb(10,248,30); }
H1.HeaderClassName
{
color: #0AF81E;
}
.AnyTagClassName
{
color: #0AF81E;
}
</style>
background-color css
<style>
a { background-color: #0AF81E; }
a { background-color: rgb(10,248,30); }
div.DivClassName
{
background-color: #0AF81E;
}
.BgClassName
{
background-color: #0AF81E;
}
</style>
border-color css
<style>
span { border-color: #0AF81E; }
span { border-color: rgb(10,248,30); }
td.TdClassName
{
border-color: #0AF81E;
}
.TagClassName
{
border-color: #0AF81E;
}
</style>