Shades of Free Speech Green #0DF022
Tints of Free Speech Green #0DF022
RGB
CMYK
RGB Variations
Color information
#0DF022 (or 0x0DF022) is known color: Free Speech Green. HEX triplet: 0D, F0 and 22. RGB value is (13,240,34). Sum of RGB (Red+Green+Blue) = 13+240+34=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 240 (94.14% from 255 or 83.62% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF022 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF022 is #F20FDD. Grayscale: #959595. Windows color (decimal): -15863774 or 2289677. OLE color: 2289677.
HSL color Cylindrical-coordinate representation of color #0DF022: hue angle of 125.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF022 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 34 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.06 |
| HSL | 125.55º | 0.9% | 0.5% | - |
| HSV(B) | 125.55º | 0.95% | 0.94% | - |
| XYZ | 31.61 | 62.52 | 11.91 | - |
| YUV | 148.64 | 63.29 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 34 | 0.95 | 0 | 0.86 | 0.06 | 125.55 | 0.9 | 0.5 |
| Hex | D | F0 | 22 | 5F | 0 | 56 | 6 | 7E | 5A | 32 |
| Octal | 15 | 360 | 42 | 137 | 0 | 126 | 6 | 176 | 132 | 62 |
| Binary | 1101 | 11110000 | 100010 | 1011111 | 0 | 1010110 | 110 | 1111110 | 1011010 | 110010 |
Color Harmonies of #0DF022
Complementary color
Monochromatic Colors of #0DF022
Black with #0DF022
Text Example
Text Example
White with #0DF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF022; }
p { color: rgb(13,240,34); }
H1.HeaderClassName
{
color: #0DF022;
}
.AnyTagClassName
{
color: #0DF022;
}
</style>
background-color css
<style>
a { background-color: #0DF022; }
a { background-color: rgb(13,240,34); }
div.DivClassName
{
background-color: #0DF022;
}
.BgClassName
{
background-color: #0DF022;
}
</style>
border-color css
<style>
span { border-color: #0DF022; }
span { border-color: rgb(13,240,34); }
td.TdClassName
{
border-color: #0DF022;
}
.TagClassName
{
border-color: #0DF022;
}
</style>