Shades of Free Speech Green #0ECA0D
Tints of Free Speech Green #0ECA0D
RGB
CMYK
RGB Variations
Color information
#0ECA0D (or 0x0ECA0D) is known color: Free Speech Green. HEX triplet: 0E, CA and 0D. RGB value is (14,202,13). Sum of RGB (Red+Green+Blue) = 14+202+13=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 202 (79.30% from 255 or 88.21% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECA0D is #F135F2. Grayscale: #7C7C7C. Windows color (decimal): -15807987 or 903694. OLE color: 903694.
HSL color Cylindrical-coordinate representation of color #0ECA0D: hue angle of 119.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECA0D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.21 |
| HSL | 119.68º | 0.88% | 0.42% | - |
| HSV(B) | 119.68º | 0.94% | 0.79% | - |
| XYZ | 21.37 | 42.36 | 7.43 | - |
| YUV | 124.24 | 65.22 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 13 | 0.93 | 0 | 0.94 | 0.21 | 119.68 | 0.88 | 0.42 |
| Hex | E | CA | D | 5D | 0 | 5E | 15 | 78 | 58 | 2A |
| Octal | 16 | 312 | 15 | 135 | 0 | 136 | 25 | 170 | 130 | 52 |
| Binary | 1110 | 11001010 | 1101 | 1011101 | 0 | 1011110 | 10101 | 1111000 | 1011000 | 101010 |
Color Harmonies of #0ECA0D
Complementary color
Monochromatic Colors of #0ECA0D
Black with #0ECA0D
Text Example
Text Example
White with #0ECA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA0D; }
p { color: rgb(14,202,13); }
H1.HeaderClassName
{
color: #0ECA0D;
}
.AnyTagClassName
{
color: #0ECA0D;
}
</style>
background-color css
<style>
a { background-color: #0ECA0D; }
a { background-color: rgb(14,202,13); }
div.DivClassName
{
background-color: #0ECA0D;
}
.BgClassName
{
background-color: #0ECA0D;
}
</style>
border-color css
<style>
span { border-color: #0ECA0D; }
span { border-color: rgb(14,202,13); }
td.TdClassName
{
border-color: #0ECA0D;
}
.TagClassName
{
border-color: #0ECA0D;
}
</style>