Shades of Free Speech Green #0FE006
Tints of Free Speech Green #0FE006
RGB
CMYK
RGB Variations
Color information
#0FE006 (or 0x0FE006) is known color: Free Speech Green. HEX triplet: 0F, E0 and 06. RGB value is (15,224,6). Sum of RGB (Red+Green+Blue) = 15+224+6=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 224 (87.89% from 255 or 91.43% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE006 is #F01FF9. Grayscale: #898989. Windows color (decimal): -15736826 or 450575. OLE color: 450575.
HSL color Cylindrical-coordinate representation of color #0FE006: hue angle of 117.52º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FE006 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.12 |
| HSL | 117.52º | 0.95% | 0.45% | - |
| HSV(B) | 117.52º | 0.97% | 0.88% | - |
| XYZ | 26.89 | 53.43 | 9.07 | - |
| YUV | 136.66 | 54.26 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 6 | 0.93 | 0 | 0.97 | 0.12 | 117.52 | 0.95 | 0.45 |
| Hex | F | E0 | 6 | 5D | 0 | 61 | C | 76 | 5F | 2D |
| Octal | 17 | 340 | 6 | 135 | 0 | 141 | 14 | 166 | 137 | 55 |
| Binary | 1111 | 11100000 | 110 | 1011101 | 0 | 1100001 | 1100 | 1110110 | 1011111 | 101101 |
Color Harmonies of #0FE006
Complementary color
Monochromatic Colors of #0FE006
Black with #0FE006
Text Example
Text Example
White with #0FE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE006; }
p { color: rgb(15,224,6); }
H1.HeaderClassName
{
color: #0FE006;
}
.AnyTagClassName
{
color: #0FE006;
}
</style>
background-color css
<style>
a { background-color: #0FE006; }
a { background-color: rgb(15,224,6); }
div.DivClassName
{
background-color: #0FE006;
}
.BgClassName
{
background-color: #0FE006;
}
</style>
border-color css
<style>
span { border-color: #0FE006; }
span { border-color: rgb(15,224,6); }
td.TdClassName
{
border-color: #0FE006;
}
.TagClassName
{
border-color: #0FE006;
}
</style>