Shades of Free Speech Green #0FE228
Tints of Free Speech Green #0FE228
RGB
CMYK
RGB Variations
Color information
#0FE228 (or 0x0FE228) is known color: Free Speech Green. HEX triplet: 0F, E2 and 28. RGB value is (15,226,40). Sum of RGB (Red+Green+Blue) = 15+226+40=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 226 (88.67% from 255 or 80.43% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE228 is #F01DD7. Grayscale: #8E8E8E. Windows color (decimal): -15736280 or 2679311. OLE color: 2679311.
HSL color Cylindrical-coordinate representation of color #0FE228: hue angle of 127.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE228 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 40 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.11 |
| HSL | 127.11º | 0.88% | 0.47% | - |
| HSV(B) | 127.11º | 0.93% | 0.89% | - |
| XYZ | 27.78 | 54.65 | 11.09 | - |
| YUV | 141.71 | 70.6 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 40 | 0.93 | 0 | 0.82 | 0.11 | 127.11 | 0.88 | 0.47 |
| Hex | F | E2 | 28 | 5D | 0 | 52 | B | 7F | 58 | 2F |
| Octal | 17 | 342 | 50 | 135 | 0 | 122 | 13 | 177 | 130 | 57 |
| Binary | 1111 | 11100010 | 101000 | 1011101 | 0 | 1010010 | 1011 | 1111111 | 1011000 | 101111 |
Color Harmonies of #0FE228
Complementary color
Monochromatic Colors of #0FE228
Black with #0FE228
Text Example
Text Example
White with #0FE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE228; }
p { color: rgb(15,226,40); }
H1.HeaderClassName
{
color: #0FE228;
}
.AnyTagClassName
{
color: #0FE228;
}
</style>
background-color css
<style>
a { background-color: #0FE228; }
a { background-color: rgb(15,226,40); }
div.DivClassName
{
background-color: #0FE228;
}
.BgClassName
{
background-color: #0FE228;
}
</style>
border-color css
<style>
span { border-color: #0FE228; }
span { border-color: rgb(15,226,40); }
td.TdClassName
{
border-color: #0FE228;
}
.TagClassName
{
border-color: #0FE228;
}
</style>