Shades of Free Speech Green #0FDB12
Tints of Free Speech Green #0FDB12
RGB
CMYK
RGB Variations
Color information
#0FDB12 (or 0x0FDB12) is known color: Free Speech Green. HEX triplet: 0F, DB and 12. RGB value is (15,219,18). Sum of RGB (Red+Green+Blue) = 15+219+18=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 219 (85.94% from 255 or 86.90% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDB12 is #F024ED. Grayscale: #878787. Windows color (decimal): -15738094 or 1235727. OLE color: 1235727.
HSL color Cylindrical-coordinate representation of color #0FDB12: hue angle of 120.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB12 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 18 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.14 |
| HSL | 120.88º | 0.87% | 0.46% | - |
| HSV(B) | 120.88º | 0.93% | 0.86% | - |
| XYZ | 25.64 | 50.81 | 9.03 | - |
| YUV | 135.09 | 61.91 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 18 | 0.93 | 0 | 0.92 | 0.14 | 120.88 | 0.87 | 0.46 |
| Hex | F | DB | 12 | 5D | 0 | 5C | E | 79 | 57 | 2E |
| Octal | 17 | 333 | 22 | 135 | 0 | 134 | 16 | 171 | 127 | 56 |
| Binary | 1111 | 11011011 | 10010 | 1011101 | 0 | 1011100 | 1110 | 1111001 | 1010111 | 101110 |
Color Harmonies of #0FDB12
Complementary color
Monochromatic Colors of #0FDB12
Black with #0FDB12
Text Example
Text Example
White with #0FDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB12; }
p { color: rgb(15,219,18); }
H1.HeaderClassName
{
color: #0FDB12;
}
.AnyTagClassName
{
color: #0FDB12;
}
</style>
background-color css
<style>
a { background-color: #0FDB12; }
a { background-color: rgb(15,219,18); }
div.DivClassName
{
background-color: #0FDB12;
}
.BgClassName
{
background-color: #0FDB12;
}
</style>
border-color css
<style>
span { border-color: #0FDB12; }
span { border-color: rgb(15,219,18); }
td.TdClassName
{
border-color: #0FDB12;
}
.TagClassName
{
border-color: #0FDB12;
}
</style>