Shades of Free Speech Green #0FE627
Tints of Free Speech Green #0FE627
RGB
CMYK
RGB Variations
Color information
#0FE627 (or 0x0FE627) is known color: Free Speech Green. HEX triplet: 0F, E6 and 27. RGB value is (15,230,39). Sum of RGB (Red+Green+Blue) = 15+230+39=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE627 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE627 is #F019D8. Grayscale: #909090. Windows color (decimal): -15735257 or 2614799. OLE color: 2614799.
HSL color Cylindrical-coordinate representation of color #0FE627: hue angle of 126.7º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE627 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 39 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.10 |
| HSL | 126.7º | 0.88% | 0.48% | - |
| HSV(B) | 126.7º | 0.93% | 0.9% | - |
| XYZ | 28.86 | 56.84 | 11.37 | - |
| YUV | 143.94 | 68.77 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 39 | 0.93 | 0 | 0.83 | 0.10 | 126.7 | 0.88 | 0.48 |
| Hex | F | E6 | 27 | 5D | 0 | 53 | A | 7F | 58 | 30 |
| Octal | 17 | 346 | 47 | 135 | 0 | 123 | 12 | 177 | 130 | 60 |
| Binary | 1111 | 11100110 | 100111 | 1011101 | 0 | 1010011 | 1010 | 1111111 | 1011000 | 110000 |
Color Harmonies of #0FE627
Complementary color
Monochromatic Colors of #0FE627
Black with #0FE627
Text Example
Text Example
White with #0FE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE627; }
p { color: rgb(15,230,39); }
H1.HeaderClassName
{
color: #0FE627;
}
.AnyTagClassName
{
color: #0FE627;
}
</style>
background-color css
<style>
a { background-color: #0FE627; }
a { background-color: rgb(15,230,39); }
div.DivClassName
{
background-color: #0FE627;
}
.BgClassName
{
background-color: #0FE627;
}
</style>
border-color css
<style>
span { border-color: #0FE627; }
span { border-color: rgb(15,230,39); }
td.TdClassName
{
border-color: #0FE627;
}
.TagClassName
{
border-color: #0FE627;
}
</style>