Shades of Free Speech Green #0AFB19
Tints of Free Speech Green #0AFB19
RGB
CMYK
RGB Variations
Color information
#0AFB19 (or 0x0AFB19) is known color: Free Speech Green. HEX triplet: 0A, FB and 19. RGB value is (10,251,25). Sum of RGB (Red+Green+Blue) = 10+251+25=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 251 (98.44% from 255 or 87.76% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFB19 is #F504E6. Grayscale: #999999. Windows color (decimal): -16057575 or 1702666. OLE color: 1702666.
HSL color Cylindrical-coordinate representation of color #0AFB19: hue angle of 123.73º 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 #0AFB19 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 25 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.02 |
| HSL | 123.73º | 0.97% | 0.51% | - |
| HSV(B) | 123.73º | 0.96% | 0.98% | - |
| XYZ | 34.8 | 69.13 | 12.43 | - |
| YUV | 153.18 | 55.66 | 25.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 25 | 0.96 | 0 | 0.90 | 0.02 | 123.73 | 0.97 | 0.51 |
| Hex | A | FB | 19 | 60 | 0 | 5A | 2 | 7C | 61 | 33 |
| Octal | 12 | 373 | 31 | 140 | 0 | 132 | 2 | 174 | 141 | 63 |
| Binary | 1010 | 11111011 | 11001 | 1100000 | 0 | 1011010 | 10 | 1111100 | 1100001 | 110011 |
Color Harmonies of #0AFB19
Complementary color
Monochromatic Colors of #0AFB19
Black with #0AFB19
Text Example
Text Example
White with #0AFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB19; }
p { color: rgb(10,251,25); }
H1.HeaderClassName
{
color: #0AFB19;
}
.AnyTagClassName
{
color: #0AFB19;
}
</style>
background-color css
<style>
a { background-color: #0AFB19; }
a { background-color: rgb(10,251,25); }
div.DivClassName
{
background-color: #0AFB19;
}
.BgClassName
{
background-color: #0AFB19;
}
</style>
border-color css
<style>
span { border-color: #0AFB19; }
span { border-color: rgb(10,251,25); }
td.TdClassName
{
border-color: #0AFB19;
}
.TagClassName
{
border-color: #0AFB19;
}
</style>