Shades of Free Speech Green #0FFA2A
Tints of Free Speech Green #0FFA2A
RGB
CMYK
RGB Variations
Color information
#0FFA2A (or 0x0FFA2A) is known color: Free Speech Green. HEX triplet: 0F, FA and 2A. RGB value is (15,250,42). Sum of RGB (Red+Green+Blue) = 15+250+42=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 250 (98.05% from 255 or 81.43% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA2A is #F005D5. Grayscale: #9C9C9C. Windows color (decimal): -15730134 or 2816527. OLE color: 2816527.
HSL color Cylindrical-coordinate representation of color #0FFA2A: hue angle of 126.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA2A is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 42 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.02 |
| HSL | 126.89º | 0.96% | 0.52% | - |
| HSV(B) | 126.89º | 0.94% | 0.98% | - |
| XYZ | 34.8 | 68.64 | 13.61 | - |
| YUV | 156.02 | 63.64 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 42 | 0.94 | 0 | 0.83 | 0.02 | 126.89 | 0.96 | 0.52 |
| Hex | F | FA | 2A | 5E | 0 | 53 | 2 | 7F | 60 | 34 |
| Octal | 17 | 372 | 52 | 136 | 0 | 123 | 2 | 177 | 140 | 64 |
| Binary | 1111 | 11111010 | 101010 | 1011110 | 0 | 1010011 | 10 | 1111111 | 1100000 | 110100 |
Color Harmonies of #0FFA2A
Complementary color
Monochromatic Colors of #0FFA2A
Black with #0FFA2A
Text Example
Text Example
White with #0FFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA2A; }
p { color: rgb(15,250,42); }
H1.HeaderClassName
{
color: #0FFA2A;
}
.AnyTagClassName
{
color: #0FFA2A;
}
</style>
background-color css
<style>
a { background-color: #0FFA2A; }
a { background-color: rgb(15,250,42); }
div.DivClassName
{
background-color: #0FFA2A;
}
.BgClassName
{
background-color: #0FFA2A;
}
</style>
border-color css
<style>
span { border-color: #0FFA2A; }
span { border-color: rgb(15,250,42); }
td.TdClassName
{
border-color: #0FFA2A;
}
.TagClassName
{
border-color: #0FFA2A;
}
</style>