Shades of Free Speech Green #0FD908
Tints of Free Speech Green #0FD908
RGB
CMYK
RGB Variations
Color information
#0FD908 (or 0x0FD908) is known color: Free Speech Green. HEX triplet: 0F, D9 and 08. RGB value is (15,217,8). Sum of RGB (Red+Green+Blue) = 15+217+8=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 217 (85.16% from 255 or 90.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD908 is #F026F7. Grayscale: #858585. Windows color (decimal): -15738616 or 579855. OLE color: 579855.
HSL color Cylindrical-coordinate representation of color #0FD908: hue angle of 117.99º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FD908 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.15 |
| HSL | 117.99º | 0.93% | 0.44% | - |
| HSV(B) | 117.99º | 0.96% | 0.85% | - |
| XYZ | 25.05 | 49.74 | 8.51 | - |
| YUV | 132.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 8 | 0.93 | 0 | 0.96 | 0.15 | 117.99 | 0.93 | 0.44 |
| Hex | F | D9 | 8 | 5D | 0 | 60 | F | 76 | 5D | 2C |
| Octal | 17 | 331 | 10 | 135 | 0 | 140 | 17 | 166 | 135 | 54 |
| Binary | 1111 | 11011001 | 1000 | 1011101 | 0 | 1100000 | 1111 | 1110110 | 1011101 | 101100 |
Color Harmonies of #0FD908
Complementary color
Monochromatic Colors of #0FD908
Black with #0FD908
Text Example
Text Example
White with #0FD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD908; }
p { color: rgb(15,217,8); }
H1.HeaderClassName
{
color: #0FD908;
}
.AnyTagClassName
{
color: #0FD908;
}
</style>
background-color css
<style>
a { background-color: #0FD908; }
a { background-color: rgb(15,217,8); }
div.DivClassName
{
background-color: #0FD908;
}
.BgClassName
{
background-color: #0FD908;
}
</style>
border-color css
<style>
span { border-color: #0FD908; }
span { border-color: rgb(15,217,8); }
td.TdClassName
{
border-color: #0FD908;
}
.TagClassName
{
border-color: #0FD908;
}
</style>