Shades of Free Speech Green #0DD412
Tints of Free Speech Green #0DD412
RGB
CMYK
RGB Variations
Color information
#0DD412 (or 0x0DD412) is known color: Free Speech Green. HEX triplet: 0D, D4 and 12. RGB value is (13,212,18). Sum of RGB (Red+Green+Blue) = 13+212+18=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 212 (83.20% from 255 or 87.24% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 212 - color contains mainly: green. Hex color #0DD412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD412 is #F22BED. Grayscale: #828282. Windows color (decimal): -15870958 or 1233933. OLE color: 1233933.
HSL color Cylindrical-coordinate representation of color #0DD412: hue angle of 121.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD412 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 212 | 18 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.17 |
| HSL | 121.51º | 0.88% | 0.44% | - |
| HSV(B) | 121.51º | 0.94% | 0.83% | - |
| XYZ | 23.82 | 47.22 | 8.43 | - |
| YUV | 130.38 | 64.57 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 18 | 0.94 | 0 | 0.92 | 0.17 | 121.51 | 0.88 | 0.44 |
| Hex | D | D4 | 12 | 5E | 0 | 5C | 11 | 7A | 58 | 2C |
| Octal | 15 | 324 | 22 | 136 | 0 | 134 | 21 | 172 | 130 | 54 |
| Binary | 1101 | 11010100 | 10010 | 1011110 | 0 | 1011100 | 10001 | 1111010 | 1011000 | 101100 |
Color Harmonies of #0DD412
Complementary color
Monochromatic Colors of #0DD412
Black with #0DD412
Text Example
Text Example
White with #0DD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD412; }
p { color: rgb(13,212,18); }
H1.HeaderClassName
{
color: #0DD412;
}
.AnyTagClassName
{
color: #0DD412;
}
</style>
background-color css
<style>
a { background-color: #0DD412; }
a { background-color: rgb(13,212,18); }
div.DivClassName
{
background-color: #0DD412;
}
.BgClassName
{
background-color: #0DD412;
}
</style>
border-color css
<style>
span { border-color: #0DD412; }
span { border-color: rgb(13,212,18); }
td.TdClassName
{
border-color: #0DD412;
}
.TagClassName
{
border-color: #0DD412;
}
</style>