Shades of Free Speech Green #0AF224
Tints of Free Speech Green #0AF224
RGB
CMYK
RGB Variations
Color information
#0AF224 (or 0x0AF224) is known color: Free Speech Green. HEX triplet: 0A, F2 and 24. RGB value is (10,242,36). Sum of RGB (Red+Green+Blue) = 10+242+36=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 242 (94.92% from 255 or 84.03% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF224 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF224 is #F50DDB. Grayscale: #959595. Windows color (decimal): -16059868 or 2421258. OLE color: 2421258.
HSL color Cylindrical-coordinate representation of color #0AF224: hue angle of 126.72º 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 #0AF224 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 36 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.05 |
| HSL | 126.72º | 0.92% | 0.49% | - |
| HSV(B) | 126.72º | 0.96% | 0.95% | - |
| XYZ | 32.2 | 63.7 | 12.27 | - |
| YUV | 149.15 | 64.14 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 36 | 0.96 | 0 | 0.85 | 0.05 | 126.72 | 0.92 | 0.49 |
| Hex | A | F2 | 24 | 60 | 0 | 55 | 5 | 7F | 5C | 31 |
| Octal | 12 | 362 | 44 | 140 | 0 | 125 | 5 | 177 | 134 | 61 |
| Binary | 1010 | 11110010 | 100100 | 1100000 | 0 | 1010101 | 101 | 1111111 | 1011100 | 110001 |
Color Harmonies of #0AF224
Complementary color
Monochromatic Colors of #0AF224
Black with #0AF224
Text Example
Text Example
White with #0AF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF224; }
p { color: rgb(10,242,36); }
H1.HeaderClassName
{
color: #0AF224;
}
.AnyTagClassName
{
color: #0AF224;
}
</style>
background-color css
<style>
a { background-color: #0AF224; }
a { background-color: rgb(10,242,36); }
div.DivClassName
{
background-color: #0AF224;
}
.BgClassName
{
background-color: #0AF224;
}
</style>
border-color css
<style>
span { border-color: #0AF224; }
span { border-color: rgb(10,242,36); }
td.TdClassName
{
border-color: #0AF224;
}
.TagClassName
{
border-color: #0AF224;
}
</style>