Shades of Free Speech Green #0AF221
Tints of Free Speech Green #0AF221
RGB
CMYK
RGB Variations
Color information
#0AF221 (or 0x0AF221) is known color: Free Speech Green. HEX triplet: 0A, F2 and 21. RGB value is (10,242,33). Sum of RGB (Red+Green+Blue) = 10+242+33=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 242 (94.92% from 255 or 84.91% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF221 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF221 is #F50DDE. Grayscale: #959595. Windows color (decimal): -16059871 or 2224650. OLE color: 2224650.
HSL color Cylindrical-coordinate representation of color #0AF221: hue angle of 125.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF221 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 33 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.05 |
| HSL | 125.95º | 0.92% | 0.49% | - |
| HSV(B) | 125.95º | 0.96% | 0.95% | - |
| XYZ | 32.15 | 63.68 | 12.04 | - |
| YUV | 148.81 | 62.64 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 33 | 0.96 | 0 | 0.86 | 0.05 | 125.95 | 0.92 | 0.49 |
| Hex | A | F2 | 21 | 60 | 0 | 56 | 5 | 7E | 5C | 31 |
| Octal | 12 | 362 | 41 | 140 | 0 | 126 | 5 | 176 | 134 | 61 |
| Binary | 1010 | 11110010 | 100001 | 1100000 | 0 | 1010110 | 101 | 1111110 | 1011100 | 110001 |
Color Harmonies of #0AF221
Complementary color
Monochromatic Colors of #0AF221
Black with #0AF221
Text Example
Text Example
White with #0AF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF221; }
p { color: rgb(10,242,33); }
H1.HeaderClassName
{
color: #0AF221;
}
.AnyTagClassName
{
color: #0AF221;
}
</style>
background-color css
<style>
a { background-color: #0AF221; }
a { background-color: rgb(10,242,33); }
div.DivClassName
{
background-color: #0AF221;
}
.BgClassName
{
background-color: #0AF221;
}
</style>
border-color css
<style>
span { border-color: #0AF221; }
span { border-color: rgb(10,242,33); }
td.TdClassName
{
border-color: #0AF221;
}
.TagClassName
{
border-color: #0AF221;
}
</style>