Shades of Free Speech Green #0AF818
Tints of Free Speech Green #0AF818
RGB
CMYK
RGB Variations
Color information
#0AF818 (or 0x0AF818) is known color: Free Speech Green. HEX triplet: 0A, F8 and 18. RGB value is (10,248,24). Sum of RGB (Red+Green+Blue) = 10+248+24=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 248 (97.27% from 255 or 87.94% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF818 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF818 is #F507E7. Grayscale: #979797. Windows color (decimal): -16058344 or 1636362. OLE color: 1636362.
HSL color Cylindrical-coordinate representation of color #0AF818: hue angle of 123.53º 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 #0AF818 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 24 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.03 |
| HSL | 123.53º | 0.94% | 0.51% | - |
| HSV(B) | 123.53º | 0.96% | 0.97% | - |
| XYZ | 33.86 | 67.27 | 12.06 | - |
| YUV | 151.3 | 56.15 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 24 | 0.96 | 0 | 0.90 | 0.03 | 123.53 | 0.94 | 0.51 |
| Hex | A | F8 | 18 | 60 | 0 | 5A | 3 | 7C | 5E | 33 |
| Octal | 12 | 370 | 30 | 140 | 0 | 132 | 3 | 174 | 136 | 63 |
| Binary | 1010 | 11111000 | 11000 | 1100000 | 0 | 1011010 | 11 | 1111100 | 1011110 | 110011 |
Color Harmonies of #0AF818
Complementary color
Monochromatic Colors of #0AF818
Black with #0AF818
Text Example
Text Example
White with #0AF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF818; }
p { color: rgb(10,248,24); }
H1.HeaderClassName
{
color: #0AF818;
}
.AnyTagClassName
{
color: #0AF818;
}
</style>
background-color css
<style>
a { background-color: #0AF818; }
a { background-color: rgb(10,248,24); }
div.DivClassName
{
background-color: #0AF818;
}
.BgClassName
{
background-color: #0AF818;
}
</style>
border-color css
<style>
span { border-color: #0AF818; }
span { border-color: rgb(10,248,24); }
td.TdClassName
{
border-color: #0AF818;
}
.TagClassName
{
border-color: #0AF818;
}
</style>