Shades of Free Speech Green #0AF81C
Tints of Free Speech Green #0AF81C
RGB
CMYK
RGB Variations
Color information
#0AF81C (or 0x0AF81C) is known color: Free Speech Green. HEX triplet: 0A, F8 and 1C. RGB value is (10,248,28). Sum of RGB (Red+Green+Blue) = 10+248+28=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 248 (97.27% from 255 or 86.71% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF81C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF81C is #F507E3. Grayscale: #989898. Windows color (decimal): -16058340 or 1898506. OLE color: 1898506.
HSL color Cylindrical-coordinate representation of color #0AF81C: hue angle of 124.54º 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 #0AF81C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 28 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.03 |
| HSL | 124.54º | 0.94% | 0.51% | - |
| HSV(B) | 124.54º | 0.96% | 0.97% | - |
| XYZ | 33.9 | 67.28 | 12.3 | - |
| YUV | 151.76 | 58.15 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 28 | 0.96 | 0 | 0.89 | 0.03 | 124.54 | 0.94 | 0.51 |
| Hex | A | F8 | 1C | 60 | 0 | 59 | 3 | 7D | 5E | 33 |
| Octal | 12 | 370 | 34 | 140 | 0 | 131 | 3 | 175 | 136 | 63 |
| Binary | 1010 | 11111000 | 11100 | 1100000 | 0 | 1011001 | 11 | 1111101 | 1011110 | 110011 |
Color Harmonies of #0AF81C
Complementary color
Monochromatic Colors of #0AF81C
Black with #0AF81C
Text Example
Text Example
White with #0AF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF81C; }
p { color: rgb(10,248,28); }
H1.HeaderClassName
{
color: #0AF81C;
}
.AnyTagClassName
{
color: #0AF81C;
}
</style>
background-color css
<style>
a { background-color: #0AF81C; }
a { background-color: rgb(10,248,28); }
div.DivClassName
{
background-color: #0AF81C;
}
.BgClassName
{
background-color: #0AF81C;
}
</style>
border-color css
<style>
span { border-color: #0AF81C; }
span { border-color: rgb(10,248,28); }
td.TdClassName
{
border-color: #0AF81C;
}
.TagClassName
{
border-color: #0AF81C;
}
</style>