Shades of Free Speech Green #0FE123
Tints of Free Speech Green #0FE123
RGB
CMYK
RGB Variations
Color information
#0FE123 (or 0x0FE123) is known color: Free Speech Green. HEX triplet: 0F, E1 and 23. RGB value is (15,225,35). Sum of RGB (Red+Green+Blue) = 15+225+35=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE123 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE123 is #F01EDC. Grayscale: #8D8D8D. Windows color (decimal): -15736541 or 2351375. OLE color: 2351375.
HSL color Cylindrical-coordinate representation of color #0FE123: hue angle of 125.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE123 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 35 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.12 |
| HSL | 125.71º | 0.88% | 0.47% | - |
| HSV(B) | 125.71º | 0.93% | 0.88% | - |
| XYZ | 27.43 | 54.07 | 10.58 | - |
| YUV | 140.55 | 68.43 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 35 | 0.93 | 0 | 0.84 | 0.12 | 125.71 | 0.88 | 0.47 |
| Hex | F | E1 | 23 | 5D | 0 | 54 | C | 7E | 58 | 2F |
| Octal | 17 | 341 | 43 | 135 | 0 | 124 | 14 | 176 | 130 | 57 |
| Binary | 1111 | 11100001 | 100011 | 1011101 | 0 | 1010100 | 1100 | 1111110 | 1011000 | 101111 |
Color Harmonies of #0FE123
Complementary color
Monochromatic Colors of #0FE123
Black with #0FE123
Text Example
Text Example
White with #0FE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE123; }
p { color: rgb(15,225,35); }
H1.HeaderClassName
{
color: #0FE123;
}
.AnyTagClassName
{
color: #0FE123;
}
</style>
background-color css
<style>
a { background-color: #0FE123; }
a { background-color: rgb(15,225,35); }
div.DivClassName
{
background-color: #0FE123;
}
.BgClassName
{
background-color: #0FE123;
}
</style>
border-color css
<style>
span { border-color: #0FE123; }
span { border-color: rgb(15,225,35); }
td.TdClassName
{
border-color: #0FE123;
}
.TagClassName
{
border-color: #0FE123;
}
</style>