Shades of Free Speech Green #0FE428
Tints of Free Speech Green #0FE428
RGB
CMYK
RGB Variations
Color information
#0FE428 (or 0x0FE428) is known color: Free Speech Green. HEX triplet: 0F, E4 and 28. RGB value is (15,228,40). Sum of RGB (Red+Green+Blue) = 15+228+40=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE428 is #F01BD7. Grayscale: #8F8F8F. Windows color (decimal): -15735768 or 2679823. OLE color: 2679823.
HSL color Cylindrical-coordinate representation of color #0FE428: hue angle of 127.04º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE428 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 40 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.11 |
| HSL | 127.04º | 0.88% | 0.48% | - |
| HSV(B) | 127.04º | 0.93% | 0.89% | - |
| XYZ | 28.32 | 55.74 | 11.27 | - |
| YUV | 142.88 | 69.93 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 40 | 0.93 | 0 | 0.82 | 0.11 | 127.04 | 0.88 | 0.48 |
| Hex | F | E4 | 28 | 5D | 0 | 52 | B | 7F | 58 | 30 |
| Octal | 17 | 344 | 50 | 135 | 0 | 122 | 13 | 177 | 130 | 60 |
| Binary | 1111 | 11100100 | 101000 | 1011101 | 0 | 1010010 | 1011 | 1111111 | 1011000 | 110000 |
Color Harmonies of #0FE428
Complementary color
Monochromatic Colors of #0FE428
Black with #0FE428
Text Example
Text Example
White with #0FE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE428; }
p { color: rgb(15,228,40); }
H1.HeaderClassName
{
color: #0FE428;
}
.AnyTagClassName
{
color: #0FE428;
}
</style>
background-color css
<style>
a { background-color: #0FE428; }
a { background-color: rgb(15,228,40); }
div.DivClassName
{
background-color: #0FE428;
}
.BgClassName
{
background-color: #0FE428;
}
</style>
border-color css
<style>
span { border-color: #0FE428; }
span { border-color: rgb(15,228,40); }
td.TdClassName
{
border-color: #0FE428;
}
.TagClassName
{
border-color: #0FE428;
}
</style>