Shades of Free Speech Green #0FD008
Tints of Free Speech Green #0FD008
RGB
CMYK
RGB Variations
Color information
#0FD008 (or 0x0FD008) is known color: Free Speech Green. HEX triplet: 0F, D0 and 08. RGB value is (15,208,8). Sum of RGB (Red+Green+Blue) = 15+208+8=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 208 (81.64% from 255 or 90.04% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD008 is #F02FF7. Grayscale: #808080. Windows color (decimal): -15740920 or 577551. OLE color: 577551.
HSL color Cylindrical-coordinate representation of color #0FD008: hue angle of 117.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FD008 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.18 |
| HSL | 117.9º | 0.93% | 0.42% | - |
| HSV(B) | 117.9º | 0.96% | 0.82% | - |
| XYZ | 22.8 | 45.23 | 7.76 | - |
| YUV | 127.49 | 60.56 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 8 | 0.93 | 0 | 0.96 | 0.18 | 117.9 | 0.93 | 0.42 |
| Hex | F | D0 | 8 | 5D | 0 | 60 | 12 | 76 | 5D | 2A |
| Octal | 17 | 320 | 10 | 135 | 0 | 140 | 22 | 166 | 135 | 52 |
| Binary | 1111 | 11010000 | 1000 | 1011101 | 0 | 1100000 | 10010 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0FD008
Complementary color
Monochromatic Colors of #0FD008
Black with #0FD008
Text Example
Text Example
White with #0FD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD008; }
p { color: rgb(15,208,8); }
H1.HeaderClassName
{
color: #0FD008;
}
.AnyTagClassName
{
color: #0FD008;
}
</style>
background-color css
<style>
a { background-color: #0FD008; }
a { background-color: rgb(15,208,8); }
div.DivClassName
{
background-color: #0FD008;
}
.BgClassName
{
background-color: #0FD008;
}
</style>
border-color css
<style>
span { border-color: #0FD008; }
span { border-color: rgb(15,208,8); }
td.TdClassName
{
border-color: #0FD008;
}
.TagClassName
{
border-color: #0FD008;
}
</style>