Shades of Free Speech Green #0DEF16
Tints of Free Speech Green #0DEF16
RGB
CMYK
RGB Variations
Color information
#0DEF16 (or 0x0DEF16) is known color: Free Speech Green. HEX triplet: 0D, EF and 16. RGB value is (13,239,22). Sum of RGB (Red+Green+Blue) = 13+239+22=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 239 (93.75% from 255 or 87.23% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DEF16 is #F210E9. Grayscale: #939393. Windows color (decimal): -15864042 or 1502989. OLE color: 1502989.
HSL color Cylindrical-coordinate representation of color #0DEF16: hue angle of 122.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEF16 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 22 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.06 |
| HSL | 122.39º | 0.9% | 0.49% | - |
| HSV(B) | 122.39º | 0.95% | 0.94% | - |
| XYZ | 31.18 | 61.88 | 11.06 | - |
| YUV | 146.69 | 57.63 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 22 | 0.95 | 0 | 0.91 | 0.06 | 122.39 | 0.9 | 0.49 |
| Hex | D | EF | 16 | 5F | 0 | 5B | 6 | 7A | 5A | 31 |
| Octal | 15 | 357 | 26 | 137 | 0 | 133 | 6 | 172 | 132 | 61 |
| Binary | 1101 | 11101111 | 10110 | 1011111 | 0 | 1011011 | 110 | 1111010 | 1011010 | 110001 |
Color Harmonies of #0DEF16
Complementary color
Monochromatic Colors of #0DEF16
Black with #0DEF16
Text Example
Text Example
White with #0DEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEF16; }
p { color: rgb(13,239,22); }
H1.HeaderClassName
{
color: #0DEF16;
}
.AnyTagClassName
{
color: #0DEF16;
}
</style>
background-color css
<style>
a { background-color: #0DEF16; }
a { background-color: rgb(13,239,22); }
div.DivClassName
{
background-color: #0DEF16;
}
.BgClassName
{
background-color: #0DEF16;
}
</style>
border-color css
<style>
span { border-color: #0DEF16; }
span { border-color: rgb(13,239,22); }
td.TdClassName
{
border-color: #0DEF16;
}
.TagClassName
{
border-color: #0DEF16;
}
</style>