Shades of Free Speech Green #0DCF16
Tints of Free Speech Green #0DCF16
RGB
CMYK
RGB Variations
Color information
#0DCF16 (or 0x0DCF16) is known color: Free Speech Green. HEX triplet: 0D, CF and 16. RGB value is (13,207,22). Sum of RGB (Red+Green+Blue) = 13+207+22=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 207 (81.25% from 255 or 85.54% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCF16 is #F230E9. Grayscale: #808080. Windows color (decimal): -15872234 or 1494797. OLE color: 1494797.
HSL color Cylindrical-coordinate representation of color #0DCF16: hue angle of 122.78º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF16 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 22 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.19 |
| HSL | 122.78º | 0.88% | 0.43% | - |
| HSV(B) | 122.78º | 0.94% | 0.81% | - |
| XYZ | 22.62 | 44.77 | 8.21 | - |
| YUV | 127.9 | 68.23 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 22 | 0.94 | 0 | 0.89 | 0.19 | 122.78 | 0.88 | 0.43 |
| Hex | D | CF | 16 | 5E | 0 | 59 | 13 | 7B | 58 | 2B |
| Octal | 15 | 317 | 26 | 136 | 0 | 131 | 23 | 173 | 130 | 53 |
| Binary | 1101 | 11001111 | 10110 | 1011110 | 0 | 1011001 | 10011 | 1111011 | 1011000 | 101011 |
Color Harmonies of #0DCF16
Complementary color
Monochromatic Colors of #0DCF16
Black with #0DCF16
Text Example
Text Example
White with #0DCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCF16; }
p { color: rgb(13,207,22); }
H1.HeaderClassName
{
color: #0DCF16;
}
.AnyTagClassName
{
color: #0DCF16;
}
</style>
background-color css
<style>
a { background-color: #0DCF16; }
a { background-color: rgb(13,207,22); }
div.DivClassName
{
background-color: #0DCF16;
}
.BgClassName
{
background-color: #0DCF16;
}
</style>
border-color css
<style>
span { border-color: #0DCF16; }
span { border-color: rgb(13,207,22); }
td.TdClassName
{
border-color: #0DCF16;
}
.TagClassName
{
border-color: #0DCF16;
}
</style>