Shades of Free Speech Green #0AFB15
Tints of Free Speech Green #0AFB15
RGB
CMYK
RGB Variations
Color information
#0AFB15 (or 0x0AFB15) is known color: Free Speech Green. HEX triplet: 0A, FB and 15. RGB value is (10,251,21). Sum of RGB (Red+Green+Blue) = 10+251+21=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 251 (98.44% from 255 or 89.01% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFB15 is #F504EA. Grayscale: #999999. Windows color (decimal): -16057579 or 1440522. OLE color: 1440522.
HSL color Cylindrical-coordinate representation of color #0AFB15: hue angle of 122.74º degrees, saturation: 0.97, 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 #0AFB15 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 21 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.02 |
| HSL | 122.74º | 0.97% | 0.51% | - |
| HSV(B) | 122.74º | 0.96% | 0.98% | - |
| XYZ | 34.76 | 69.11 | 12.22 | - |
| YUV | 152.72 | 53.66 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 21 | 0.96 | 0 | 0.92 | 0.02 | 122.74 | 0.97 | 0.51 |
| Hex | A | FB | 15 | 60 | 0 | 5C | 2 | 7B | 61 | 33 |
| Octal | 12 | 373 | 25 | 140 | 0 | 134 | 2 | 173 | 141 | 63 |
| Binary | 1010 | 11111011 | 10101 | 1100000 | 0 | 1011100 | 10 | 1111011 | 1100001 | 110011 |
Color Harmonies of #0AFB15
Complementary color
Monochromatic Colors of #0AFB15
Black with #0AFB15
Text Example
Text Example
White with #0AFB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB15; }
p { color: rgb(10,251,21); }
H1.HeaderClassName
{
color: #0AFB15;
}
.AnyTagClassName
{
color: #0AFB15;
}
</style>
background-color css
<style>
a { background-color: #0AFB15; }
a { background-color: rgb(10,251,21); }
div.DivClassName
{
background-color: #0AFB15;
}
.BgClassName
{
background-color: #0AFB15;
}
</style>
border-color css
<style>
span { border-color: #0AFB15; }
span { border-color: rgb(10,251,21); }
td.TdClassName
{
border-color: #0AFB15;
}
.TagClassName
{
border-color: #0AFB15;
}
</style>