Shades of Free Speech Green #0FD000
Tints of Free Speech Green #0FD000
RGB
CMYK
RGB Variations
Color information
#0FD000 (or 0x0FD000) is known color: Free Speech Green. HEX triplet: 0F, D0 and 00. RGB value is (15,208,0). Sum of RGB (Red+Green+Blue) = 15+208+0=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 208 (81.64% from 255 or 93.27% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD000 is #F02FFF. Grayscale: #7F7F7F. Windows color (decimal): -15740928 or 53263. OLE color: 53263.
HSL color Cylindrical-coordinate representation of color #0FD000: hue angle of 115.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FD000 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.18 |
| HSL | 115.67º | 1% | 0.41% | - |
| HSV(B) | 115.67º | 1% | 0.82% | - |
| XYZ | 22.75 | 45.21 | 7.53 | - |
| YUV | 126.58 | 56.56 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 0 | 0.93 | 0 | 1 | 0.18 | 115.67 | 1 | 0.41 |
| Hex | F | D0 | 0 | 5D | 0 | 64 | 12 | 74 | 64 | 29 |
| Octal | 17 | 320 | 0 | 135 | 0 | 144 | 22 | 164 | 144 | 51 |
| Binary | 1111 | 11010000 | 0 | 1011101 | 0 | 1100100 | 10010 | 1110100 | 1100100 | 101001 |
Color Harmonies of #0FD000
Complementary color
Monochromatic Colors of #0FD000
Black with #0FD000
Text Example
Text Example
White with #0FD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD000; }
p { color: rgb(15,208,0); }
H1.HeaderClassName
{
color: #0FD000;
}
.AnyTagClassName
{
color: #0FD000;
}
</style>
background-color css
<style>
a { background-color: #0FD000; }
a { background-color: rgb(15,208,0); }
div.DivClassName
{
background-color: #0FD000;
}
.BgClassName
{
background-color: #0FD000;
}
</style>
border-color css
<style>
span { border-color: #0FD000; }
span { border-color: rgb(15,208,0); }
td.TdClassName
{
border-color: #0FD000;
}
.TagClassName
{
border-color: #0FD000;
}
</style>