Shades of Free Speech Green #0FDB24
Tints of Free Speech Green #0FDB24
RGB
CMYK
RGB Variations
Color information
#0FDB24 (or 0x0FDB24) is known color: Free Speech Green. HEX triplet: 0F, DB and 24. RGB value is (15,219,36). Sum of RGB (Red+Green+Blue) = 15+219+36=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB24 is #F024DB. Grayscale: #898989. Windows color (decimal): -15738076 or 2415375. OLE color: 2415375.
HSL color Cylindrical-coordinate representation of color #0FDB24: hue angle of 126.18º 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 #0FDB24 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 36 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.14 |
| HSL | 126.18º | 0.87% | 0.46% | - |
| HSV(B) | 126.18º | 0.93% | 0.86% | - |
| XYZ | 25.85 | 50.89 | 10.13 | - |
| YUV | 137.14 | 70.91 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 36 | 0.93 | 0 | 0.84 | 0.14 | 126.18 | 0.87 | 0.46 |
| Hex | F | DB | 24 | 5D | 0 | 54 | E | 7E | 57 | 2E |
| Octal | 17 | 333 | 44 | 135 | 0 | 124 | 16 | 176 | 127 | 56 |
| Binary | 1111 | 11011011 | 100100 | 1011101 | 0 | 1010100 | 1110 | 1111110 | 1010111 | 101110 |
Color Harmonies of #0FDB24
Complementary color
Monochromatic Colors of #0FDB24
Black with #0FDB24
Text Example
Text Example
White with #0FDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB24; }
p { color: rgb(15,219,36); }
H1.HeaderClassName
{
color: #0FDB24;
}
.AnyTagClassName
{
color: #0FDB24;
}
</style>
background-color css
<style>
a { background-color: #0FDB24; }
a { background-color: rgb(15,219,36); }
div.DivClassName
{
background-color: #0FDB24;
}
.BgClassName
{
background-color: #0FDB24;
}
</style>
border-color css
<style>
span { border-color: #0FDB24; }
span { border-color: rgb(15,219,36); }
td.TdClassName
{
border-color: #0FDB24;
}
.TagClassName
{
border-color: #0FDB24;
}
</style>