Shades of Free Speech Green #0FD613
Tints of Free Speech Green #0FD613
RGB
CMYK
RGB Variations
Color information
#0FD613 (or 0x0FD613) is known color: Free Speech Green. HEX triplet: 0F, D6 and 13. RGB value is (15,214,19). Sum of RGB (Red+Green+Blue) = 15+214+19=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 214 (83.98% from 255 or 86.29% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD613 is #F029EC. Grayscale: #848484. Windows color (decimal): -15739373 or 1299983. OLE color: 1299983.
HSL color Cylindrical-coordinate representation of color #0FD613: hue angle of 121.21º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD613 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 19 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.16 |
| HSL | 121.21º | 0.87% | 0.45% | - |
| HSV(B) | 121.21º | 0.93% | 0.84% | - |
| XYZ | 24.36 | 48.24 | 8.64 | - |
| YUV | 132.27 | 64.07 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 19 | 0.93 | 0 | 0.91 | 0.16 | 121.21 | 0.87 | 0.45 |
| Hex | F | D6 | 13 | 5D | 0 | 5B | 10 | 79 | 57 | 2D |
| Octal | 17 | 326 | 23 | 135 | 0 | 133 | 20 | 171 | 127 | 55 |
| Binary | 1111 | 11010110 | 10011 | 1011101 | 0 | 1011011 | 10000 | 1111001 | 1010111 | 101101 |
Color Harmonies of #0FD613
Complementary color
Monochromatic Colors of #0FD613
Black with #0FD613
Text Example
Text Example
White with #0FD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD613; }
p { color: rgb(15,214,19); }
H1.HeaderClassName
{
color: #0FD613;
}
.AnyTagClassName
{
color: #0FD613;
}
</style>
background-color css
<style>
a { background-color: #0FD613; }
a { background-color: rgb(15,214,19); }
div.DivClassName
{
background-color: #0FD613;
}
.BgClassName
{
background-color: #0FD613;
}
</style>
border-color css
<style>
span { border-color: #0FD613; }
span { border-color: rgb(15,214,19); }
td.TdClassName
{
border-color: #0FD613;
}
.TagClassName
{
border-color: #0FD613;
}
</style>