Shades of Free Speech Green #0AF912
Tints of Free Speech Green #0AF912
RGB
CMYK
RGB Variations
Color information
#0AF912 (or 0x0AF912) is known color: Free Speech Green. HEX triplet: 0A, F9 and 12. RGB value is (10,249,18). Sum of RGB (Red+Green+Blue) = 10+249+18=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 249 (97.66% from 255 or 89.89% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF912 is #F506ED. Grayscale: #979797. Windows color (decimal): -16058094 or 1243402. OLE color: 1243402.
HSL color Cylindrical-coordinate representation of color #0AF912: hue angle of 122.01º 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 #0AF912 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 18 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.02 |
| HSL | 122.01º | 0.95% | 0.51% | - |
| HSV(B) | 122.01º | 0.96% | 0.98% | - |
| XYZ | 34.11 | 67.86 | 11.87 | - |
| YUV | 151.21 | 52.82 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 18 | 0.96 | 0 | 0.93 | 0.02 | 122.01 | 0.95 | 0.51 |
| Hex | A | F9 | 12 | 60 | 0 | 5D | 2 | 7A | 5F | 33 |
| Octal | 12 | 371 | 22 | 140 | 0 | 135 | 2 | 172 | 137 | 63 |
| Binary | 1010 | 11111001 | 10010 | 1100000 | 0 | 1011101 | 10 | 1111010 | 1011111 | 110011 |
Color Harmonies of #0AF912
Complementary color
Monochromatic Colors of #0AF912
Black with #0AF912
Text Example
Text Example
White with #0AF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF912; }
p { color: rgb(10,249,18); }
H1.HeaderClassName
{
color: #0AF912;
}
.AnyTagClassName
{
color: #0AF912;
}
</style>
background-color css
<style>
a { background-color: #0AF912; }
a { background-color: rgb(10,249,18); }
div.DivClassName
{
background-color: #0AF912;
}
.BgClassName
{
background-color: #0AF912;
}
</style>
border-color css
<style>
span { border-color: #0AF912; }
span { border-color: rgb(10,249,18); }
td.TdClassName
{
border-color: #0AF912;
}
.TagClassName
{
border-color: #0AF912;
}
</style>