Shades of Free Speech Green #0AF52A
Tints of Free Speech Green #0AF52A
RGB
CMYK
RGB Variations
Color information
#0AF52A (or 0x0AF52A) is known color: Free Speech Green. HEX triplet: 0A, F5 and 2A. RGB value is (10,245,42). Sum of RGB (Red+Green+Blue) = 10+245+42=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 245 (96.09% from 255 or 82.49% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF52A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF52A is #F50AD5. Grayscale: #989898. Windows color (decimal): -16059094 or 2815242. OLE color: 2815242.
HSL color Cylindrical-coordinate representation of color #0AF52A: hue angle of 128.17º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF52A is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 245 | 42 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.04 |
| HSL | 128.17º | 0.92% | 0.5% | - |
| HSV(B) | 128.17º | 0.96% | 0.96% | - |
| XYZ | 33.2 | 65.54 | 13.09 | - |
| YUV | 151.59 | 66.14 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 245 | 42 | 0.96 | 0 | 0.83 | 0.04 | 128.17 | 0.92 | 0.5 |
| Hex | A | F5 | 2A | 60 | 0 | 53 | 4 | 80 | 5C | 32 |
| Octal | 12 | 365 | 52 | 140 | 0 | 123 | 4 | 200 | 134 | 62 |
| Binary | 1010 | 11110101 | 101010 | 1100000 | 0 | 1010011 | 100 | 10000000 | 1011100 | 110010 |
Color Harmonies of #0AF52A
Complementary color
Monochromatic Colors of #0AF52A
Black with #0AF52A
Text Example
Text Example
White with #0AF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF52A; }
p { color: rgb(10,245,42); }
H1.HeaderClassName
{
color: #0AF52A;
}
.AnyTagClassName
{
color: #0AF52A;
}
</style>
background-color css
<style>
a { background-color: #0AF52A; }
a { background-color: rgb(10,245,42); }
div.DivClassName
{
background-color: #0AF52A;
}
.BgClassName
{
background-color: #0AF52A;
}
</style>
border-color css
<style>
span { border-color: #0AF52A; }
span { border-color: rgb(10,245,42); }
td.TdClassName
{
border-color: #0AF52A;
}
.TagClassName
{
border-color: #0AF52A;
}
</style>