Shades of Free Speech Green #0FE327
Tints of Free Speech Green #0FE327
RGB
CMYK
RGB Variations
Color information
#0FE327 (or 0x0FE327) is known color: Free Speech Green. HEX triplet: 0F, E3 and 27. RGB value is (15,227,39). Sum of RGB (Red+Green+Blue) = 15+227+39=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 227 (89.06% from 255 or 80.78% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE327 is #F01CD8. Grayscale: #8E8E8E. Windows color (decimal): -15736025 or 2614031. OLE color: 2614031.
HSL color Cylindrical-coordinate representation of color #0FE327: hue angle of 126.79º 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 #0FE327 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 39 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.11 |
| HSL | 126.79º | 0.88% | 0.47% | - |
| HSV(B) | 126.79º | 0.93% | 0.89% | - |
| XYZ | 28.03 | 55.19 | 11.09 | - |
| YUV | 142.18 | 69.76 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 39 | 0.93 | 0 | 0.83 | 0.11 | 126.79 | 0.88 | 0.47 |
| Hex | F | E3 | 27 | 5D | 0 | 53 | B | 7F | 58 | 2F |
| Octal | 17 | 343 | 47 | 135 | 0 | 123 | 13 | 177 | 130 | 57 |
| Binary | 1111 | 11100011 | 100111 | 1011101 | 0 | 1010011 | 1011 | 1111111 | 1011000 | 101111 |
Color Harmonies of #0FE327
Complementary color
Monochromatic Colors of #0FE327
Black with #0FE327
Text Example
Text Example
White with #0FE327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE327; }
p { color: rgb(15,227,39); }
H1.HeaderClassName
{
color: #0FE327;
}
.AnyTagClassName
{
color: #0FE327;
}
</style>
background-color css
<style>
a { background-color: #0FE327; }
a { background-color: rgb(15,227,39); }
div.DivClassName
{
background-color: #0FE327;
}
.BgClassName
{
background-color: #0FE327;
}
</style>
border-color css
<style>
span { border-color: #0FE327; }
span { border-color: rgb(15,227,39); }
td.TdClassName
{
border-color: #0FE327;
}
.TagClassName
{
border-color: #0FE327;
}
</style>