Shades of Free Speech Green #0CDA0D
Tints of Free Speech Green #0CDA0D
RGB
CMYK
RGB Variations
Color information
#0CDA0D (or 0x0CDA0D) is known color: Free Speech Green. HEX triplet: 0C, DA and 0D. RGB value is (12,218,13). Sum of RGB (Red+Green+Blue) = 12+218+13=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 218 (85.55% from 255 or 89.71% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDA0D is #F325F2. Grayscale: #858585. Windows color (decimal): -15934963 or 907788. OLE color: 907788.
HSL color Cylindrical-coordinate representation of color #0CDA0D: hue angle of 120.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDA0D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.15 |
| HSL | 120.29º | 0.9% | 0.45% | - |
| HSV(B) | 120.29º | 0.94% | 0.85% | - |
| XYZ | 25.3 | 50.25 | 8.75 | - |
| YUV | 133.04 | 60.25 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 13 | 0.94 | 0 | 0.94 | 0.15 | 120.29 | 0.9 | 0.45 |
| Hex | C | DA | D | 5E | 0 | 5E | F | 78 | 5A | 2D |
| Octal | 14 | 332 | 15 | 136 | 0 | 136 | 17 | 170 | 132 | 55 |
| Binary | 1100 | 11011010 | 1101 | 1011110 | 0 | 1011110 | 1111 | 1111000 | 1011010 | 101101 |
Color Harmonies of #0CDA0D
Complementary color
Monochromatic Colors of #0CDA0D
Black with #0CDA0D
Text Example
Text Example
White with #0CDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA0D; }
p { color: rgb(12,218,13); }
H1.HeaderClassName
{
color: #0CDA0D;
}
.AnyTagClassName
{
color: #0CDA0D;
}
</style>
background-color css
<style>
a { background-color: #0CDA0D; }
a { background-color: rgb(12,218,13); }
div.DivClassName
{
background-color: #0CDA0D;
}
.BgClassName
{
background-color: #0CDA0D;
}
</style>
border-color css
<style>
span { border-color: #0CDA0D; }
span { border-color: rgb(12,218,13); }
td.TdClassName
{
border-color: #0CDA0D;
}
.TagClassName
{
border-color: #0CDA0D;
}
</style>