Shades of Free Speech Green #0FE326
Tints of Free Speech Green #0FE326
RGB
CMYK
RGB Variations
Color information
#0FE326 (or 0x0FE326) is known color: Free Speech Green. HEX triplet: 0F, E3 and 26. RGB value is (15,227,38). Sum of RGB (Red+Green+Blue) = 15+227+38=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE326 is #F01CD9. Grayscale: #8E8E8E. Windows color (decimal): -15736026 or 2548495. OLE color: 2548495.
HSL color Cylindrical-coordinate representation of color #0FE326: hue angle of 126.51º 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 #0FE326 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 38 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.11 |
| HSL | 126.51º | 0.88% | 0.47% | - |
| HSV(B) | 126.51º | 0.93% | 0.89% | - |
| XYZ | 28.02 | 55.18 | 11.01 | - |
| YUV | 142.07 | 69.26 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 38 | 0.93 | 0 | 0.83 | 0.11 | 126.51 | 0.88 | 0.47 |
| Hex | F | E3 | 26 | 5D | 0 | 53 | B | 7F | 58 | 2F |
| Octal | 17 | 343 | 46 | 135 | 0 | 123 | 13 | 177 | 130 | 57 |
| Binary | 1111 | 11100011 | 100110 | 1011101 | 0 | 1010011 | 1011 | 1111111 | 1011000 | 101111 |
Color Harmonies of #0FE326
Complementary color
Monochromatic Colors of #0FE326
Black with #0FE326
Text Example
Text Example
White with #0FE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE326; }
p { color: rgb(15,227,38); }
H1.HeaderClassName
{
color: #0FE326;
}
.AnyTagClassName
{
color: #0FE326;
}
</style>
background-color css
<style>
a { background-color: #0FE326; }
a { background-color: rgb(15,227,38); }
div.DivClassName
{
background-color: #0FE326;
}
.BgClassName
{
background-color: #0FE326;
}
</style>
border-color css
<style>
span { border-color: #0FE326; }
span { border-color: rgb(15,227,38); }
td.TdClassName
{
border-color: #0FE326;
}
.TagClassName
{
border-color: #0FE326;
}
</style>