Shades of Free Speech Green #0FD013
Tints of Free Speech Green #0FD013
RGB
CMYK
RGB Variations
Color information
#0FD013 (or 0x0FD013) is known color: Free Speech Green. HEX triplet: 0F, D0 and 13. RGB value is (15,208,19). Sum of RGB (Red+Green+Blue) = 15+208+19=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 208 (81.64% from 255 or 85.95% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD013 is #F02FEC. Grayscale: #818181. Windows color (decimal): -15740909 or 1298447. OLE color: 1298447.
HSL color Cylindrical-coordinate representation of color #0FD013: hue angle of 121.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD013 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 19 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.18 |
| HSL | 121.24º | 0.87% | 0.44% | - |
| HSV(B) | 121.24º | 0.93% | 0.82% | - |
| XYZ | 22.87 | 45.26 | 8.15 | - |
| YUV | 128.75 | 66.06 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 19 | 0.93 | 0 | 0.91 | 0.18 | 121.24 | 0.87 | 0.44 |
| Hex | F | D0 | 13 | 5D | 0 | 5B | 12 | 79 | 57 | 2C |
| Octal | 17 | 320 | 23 | 135 | 0 | 133 | 22 | 171 | 127 | 54 |
| Binary | 1111 | 11010000 | 10011 | 1011101 | 0 | 1011011 | 10010 | 1111001 | 1010111 | 101100 |
Color Harmonies of #0FD013
Complementary color
Monochromatic Colors of #0FD013
Black with #0FD013
Text Example
Text Example
White with #0FD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD013; }
p { color: rgb(15,208,19); }
H1.HeaderClassName
{
color: #0FD013;
}
.AnyTagClassName
{
color: #0FD013;
}
</style>
background-color css
<style>
a { background-color: #0FD013; }
a { background-color: rgb(15,208,19); }
div.DivClassName
{
background-color: #0FD013;
}
.BgClassName
{
background-color: #0FD013;
}
</style>
border-color css
<style>
span { border-color: #0FD013; }
span { border-color: rgb(15,208,19); }
td.TdClassName
{
border-color: #0FD013;
}
.TagClassName
{
border-color: #0FD013;
}
</style>