Shades of Free Speech Green #0AFB37
Tints of Free Speech Green #0AFB37
RGB
CMYK
RGB Variations
Color information
#0AFB37 (or 0x0AFB37) is known color: Free Speech Green. HEX triplet: 0A, FB and 37. RGB value is (10,251,55). Sum of RGB (Red+Green+Blue) = 10+251+55=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 251 (98.44% from 255 or 79.43% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFB37 is #F504C8. Grayscale: #9D9D9D. Windows color (decimal): -16057545 or 3668746. OLE color: 3668746.
HSL color Cylindrical-coordinate representation of color #0AFB37: hue angle of 131.2º 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 #0AFB37 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 55 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.02 |
| HSL | 131.2º | 0.97% | 0.51% | - |
| HSV(B) | 131.2º | 0.96% | 0.98% | - |
| XYZ | 35.31 | 69.33 | 15.14 | - |
| YUV | 156.6 | 70.66 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 55 | 0.96 | 0 | 0.78 | 0.02 | 131.2 | 0.97 | 0.51 |
| Hex | A | FB | 37 | 60 | 0 | 4E | 2 | 83 | 61 | 33 |
| Octal | 12 | 373 | 67 | 140 | 0 | 116 | 2 | 203 | 141 | 63 |
| Binary | 1010 | 11111011 | 110111 | 1100000 | 0 | 1001110 | 10 | 10000011 | 1100001 | 110011 |
Color Harmonies of #0AFB37
Complementary color
Monochromatic Colors of #0AFB37
Black with #0AFB37
Text Example
Text Example
White with #0AFB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB37; }
p { color: rgb(10,251,55); }
H1.HeaderClassName
{
color: #0AFB37;
}
.AnyTagClassName
{
color: #0AFB37;
}
</style>
background-color css
<style>
a { background-color: #0AFB37; }
a { background-color: rgb(10,251,55); }
div.DivClassName
{
background-color: #0AFB37;
}
.BgClassName
{
background-color: #0AFB37;
}
</style>
border-color css
<style>
span { border-color: #0AFB37; }
span { border-color: rgb(10,251,55); }
td.TdClassName
{
border-color: #0AFB37;
}
.TagClassName
{
border-color: #0AFB37;
}
</style>