Shades of Free Speech Green #0DCE04
Tints of Free Speech Green #0DCE04
RGB
CMYK
RGB Variations
Color information
#0DCE04 (or 0x0DCE04) is known color: Free Speech Green. HEX triplet: 0D, CE and 04. RGB value is (13,206,4). Sum of RGB (Red+Green+Blue) = 13+206+4=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 206 (80.86% from 255 or 92.38% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCE04 is #F231FB. Grayscale: #7D7D7D. Windows color (decimal): -15872508 or 314893. OLE color: 314893.
HSL color Cylindrical-coordinate representation of color #0DCE04: hue angle of 117.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DCE04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.19 |
| HSL | 117.33º | 0.96% | 0.41% | - |
| HSV(B) | 117.33º | 0.98% | 0.81% | - |
| XYZ | 22.26 | 44.24 | 7.48 | - |
| YUV | 125.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 4 | 0.94 | 0 | 0.98 | 0.19 | 117.33 | 0.96 | 0.41 |
| Hex | D | CE | 4 | 5E | 0 | 62 | 13 | 75 | 60 | 29 |
| Octal | 15 | 316 | 4 | 136 | 0 | 142 | 23 | 165 | 140 | 51 |
| Binary | 1101 | 11001110 | 100 | 1011110 | 0 | 1100010 | 10011 | 1110101 | 1100000 | 101001 |
Color Harmonies of #0DCE04
Complementary color
Monochromatic Colors of #0DCE04
Black with #0DCE04
Text Example
Text Example
White with #0DCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE04; }
p { color: rgb(13,206,4); }
H1.HeaderClassName
{
color: #0DCE04;
}
.AnyTagClassName
{
color: #0DCE04;
}
</style>
background-color css
<style>
a { background-color: #0DCE04; }
a { background-color: rgb(13,206,4); }
div.DivClassName
{
background-color: #0DCE04;
}
.BgClassName
{
background-color: #0DCE04;
}
</style>
border-color css
<style>
span { border-color: #0DCE04; }
span { border-color: rgb(13,206,4); }
td.TdClassName
{
border-color: #0DCE04;
}
.TagClassName
{
border-color: #0DCE04;
}
</style>