Shades of Free Speech Green #0FD824
Tints of Free Speech Green #0FD824
RGB
CMYK
RGB Variations
Color information
#0FD824 (or 0x0FD824) is known color: Free Speech Green. HEX triplet: 0F, D8 and 24. RGB value is (15,216,36). Sum of RGB (Red+Green+Blue) = 15+216+36=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD824 is #F027DB. Grayscale: #878787. Windows color (decimal): -15738844 or 2414607. OLE color: 2414607.
HSL color Cylindrical-coordinate representation of color #0FD824: hue angle of 126.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD824 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 36 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.15 |
| HSL | 126.27º | 0.87% | 0.45% | - |
| HSV(B) | 126.27º | 0.93% | 0.85% | - |
| XYZ | 25.07 | 49.34 | 9.87 | - |
| YUV | 135.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 36 | 0.93 | 0 | 0.83 | 0.15 | 126.27 | 0.87 | 0.45 |
| Hex | F | D8 | 24 | 5D | 0 | 53 | F | 7E | 57 | 2D |
| Octal | 17 | 330 | 44 | 135 | 0 | 123 | 17 | 176 | 127 | 55 |
| Binary | 1111 | 11011000 | 100100 | 1011101 | 0 | 1010011 | 1111 | 1111110 | 1010111 | 101101 |
Color Harmonies of #0FD824
Complementary color
Monochromatic Colors of #0FD824
Black with #0FD824
Text Example
Text Example
White with #0FD824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD824; }
p { color: rgb(15,216,36); }
H1.HeaderClassName
{
color: #0FD824;
}
.AnyTagClassName
{
color: #0FD824;
}
</style>
background-color css
<style>
a { background-color: #0FD824; }
a { background-color: rgb(15,216,36); }
div.DivClassName
{
background-color: #0FD824;
}
.BgClassName
{
background-color: #0FD824;
}
</style>
border-color css
<style>
span { border-color: #0FD824; }
span { border-color: rgb(15,216,36); }
td.TdClassName
{
border-color: #0FD824;
}
.TagClassName
{
border-color: #0FD824;
}
</style>