Shades of Free Speech Green #0FD210
Tints of Free Speech Green #0FD210
RGB
CMYK
RGB Variations
Color information
#0FD210 (or 0x0FD210) is known color: Free Speech Green. HEX triplet: 0F, D2 and 10. RGB value is (15,210,16). Sum of RGB (Red+Green+Blue) = 15+210+16=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 210 (82.42% from 255 or 87.14% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD210 is #F02DEF. Grayscale: #828282. Windows color (decimal): -15740400 or 1102351. OLE color: 1102351.
HSL color Cylindrical-coordinate representation of color #0FD210: hue angle of 120.31º 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 #0FD210 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.18 |
| HSL | 120.31º | 0.87% | 0.44% | - |
| HSV(B) | 120.31º | 0.93% | 0.82% | - |
| XYZ | 23.34 | 46.23 | 8.18 | - |
| YUV | 129.58 | 63.9 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 16 | 0.93 | 0 | 0.92 | 0.18 | 120.31 | 0.87 | 0.44 |
| Hex | F | D2 | 10 | 5D | 0 | 5C | 12 | 78 | 57 | 2C |
| Octal | 17 | 322 | 20 | 135 | 0 | 134 | 22 | 170 | 127 | 54 |
| Binary | 1111 | 11010010 | 10000 | 1011101 | 0 | 1011100 | 10010 | 1111000 | 1010111 | 101100 |
Color Harmonies of #0FD210
Complementary color
Monochromatic Colors of #0FD210
Black with #0FD210
Text Example
Text Example
White with #0FD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD210; }
p { color: rgb(15,210,16); }
H1.HeaderClassName
{
color: #0FD210;
}
.AnyTagClassName
{
color: #0FD210;
}
</style>
background-color css
<style>
a { background-color: #0FD210; }
a { background-color: rgb(15,210,16); }
div.DivClassName
{
background-color: #0FD210;
}
.BgClassName
{
background-color: #0FD210;
}
</style>
border-color css
<style>
span { border-color: #0FD210; }
span { border-color: rgb(15,210,16); }
td.TdClassName
{
border-color: #0FD210;
}
.TagClassName
{
border-color: #0FD210;
}
</style>