Shades of Free Speech Green #0FE423
Tints of Free Speech Green #0FE423
RGB
CMYK
RGB Variations
Color information
#0FE423 (or 0x0FE423) is known color: Free Speech Green. HEX triplet: 0F, E4 and 23. RGB value is (15,228,35). Sum of RGB (Red+Green+Blue) = 15+228+35=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE423 is #F01BDC. Grayscale: #8E8E8E. Windows color (decimal): -15735773 or 2352143. OLE color: 2352143.
HSL color Cylindrical-coordinate representation of color #0FE423: hue angle of 125.63º 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 #0FE423 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 35 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.11 |
| HSL | 125.63º | 0.88% | 0.48% | - |
| HSV(B) | 125.63º | 0.93% | 0.89% | - |
| XYZ | 28.24 | 55.71 | 10.85 | - |
| YUV | 142.31 | 67.43 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 35 | 0.93 | 0 | 0.85 | 0.11 | 125.63 | 0.88 | 0.48 |
| Hex | F | E4 | 23 | 5D | 0 | 55 | B | 7E | 58 | 30 |
| Octal | 17 | 344 | 43 | 135 | 0 | 125 | 13 | 176 | 130 | 60 |
| Binary | 1111 | 11100100 | 100011 | 1011101 | 0 | 1010101 | 1011 | 1111110 | 1011000 | 110000 |
Color Harmonies of #0FE423
Complementary color
Monochromatic Colors of #0FE423
Black with #0FE423
Text Example
Text Example
White with #0FE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE423; }
p { color: rgb(15,228,35); }
H1.HeaderClassName
{
color: #0FE423;
}
.AnyTagClassName
{
color: #0FE423;
}
</style>
background-color css
<style>
a { background-color: #0FE423; }
a { background-color: rgb(15,228,35); }
div.DivClassName
{
background-color: #0FE423;
}
.BgClassName
{
background-color: #0FE423;
}
</style>
border-color css
<style>
span { border-color: #0FE423; }
span { border-color: rgb(15,228,35); }
td.TdClassName
{
border-color: #0FE423;
}
.TagClassName
{
border-color: #0FE423;
}
</style>