Shades of Free Speech Green #0FE512
Tints of Free Speech Green #0FE512
RGB
CMYK
RGB Variations
Color information
#0FE512 (or 0x0FE512) is known color: Free Speech Green. HEX triplet: 0F, E5 and 12. RGB value is (15,229,18). Sum of RGB (Red+Green+Blue) = 15+229+18=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 229 (89.84% from 255 or 87.40% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE512 is #F01AED. Grayscale: #8D8D8D. Windows color (decimal): -15735534 or 1238287. OLE color: 1238287.
HSL color Cylindrical-coordinate representation of color #0FE512: hue angle of 120.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE512 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 18 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.10 |
| HSL | 120.84º | 0.88% | 0.48% | - |
| HSV(B) | 120.84º | 0.93% | 0.9% | - |
| XYZ | 28.33 | 56.18 | 9.92 | - |
| YUV | 140.96 | 58.6 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 18 | 0.93 | 0 | 0.92 | 0.10 | 120.84 | 0.88 | 0.48 |
| Hex | F | E5 | 12 | 5D | 0 | 5C | A | 79 | 58 | 30 |
| Octal | 17 | 345 | 22 | 135 | 0 | 134 | 12 | 171 | 130 | 60 |
| Binary | 1111 | 11100101 | 10010 | 1011101 | 0 | 1011100 | 1010 | 1111001 | 1011000 | 110000 |
Color Harmonies of #0FE512
Complementary color
Monochromatic Colors of #0FE512
Black with #0FE512
Text Example
Text Example
White with #0FE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE512; }
p { color: rgb(15,229,18); }
H1.HeaderClassName
{
color: #0FE512;
}
.AnyTagClassName
{
color: #0FE512;
}
</style>
background-color css
<style>
a { background-color: #0FE512; }
a { background-color: rgb(15,229,18); }
div.DivClassName
{
background-color: #0FE512;
}
.BgClassName
{
background-color: #0FE512;
}
</style>
border-color css
<style>
span { border-color: #0FE512; }
span { border-color: rgb(15,229,18); }
td.TdClassName
{
border-color: #0FE512;
}
.TagClassName
{
border-color: #0FE512;
}
</style>