Shades of Free Speech Green #0CDD08
Tints of Free Speech Green #0CDD08
RGB
CMYK
RGB Variations
Color information
#0CDD08 (or 0x0CDD08) is known color: Free Speech Green. HEX triplet: 0C, DD and 08. RGB value is (12,221,8). Sum of RGB (Red+Green+Blue) = 12+221+8=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 221 (86.72% from 255 or 91.70% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDD08 is #F322F7. Grayscale: #868686. Windows color (decimal): -15934200 or 580876. OLE color: 580876.
HSL color Cylindrical-coordinate representation of color #0CDD08: hue angle of 118.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CDD08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.13 |
| HSL | 118.87º | 0.93% | 0.45% | - |
| HSV(B) | 118.87º | 0.96% | 0.87% | - |
| XYZ | 26.05 | 51.81 | 8.86 | - |
| YUV | 134.23 | 56.76 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 8 | 0.95 | 0 | 0.96 | 0.13 | 118.87 | 0.93 | 0.45 |
| Hex | C | DD | 8 | 5F | 0 | 60 | D | 77 | 5D | 2D |
| Octal | 14 | 335 | 10 | 137 | 0 | 140 | 15 | 167 | 135 | 55 |
| Binary | 1100 | 11011101 | 1000 | 1011111 | 0 | 1100000 | 1101 | 1110111 | 1011101 | 101101 |
Color Harmonies of #0CDD08
Complementary color
Monochromatic Colors of #0CDD08
Black with #0CDD08
Text Example
Text Example
White with #0CDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD08; }
p { color: rgb(12,221,8); }
H1.HeaderClassName
{
color: #0CDD08;
}
.AnyTagClassName
{
color: #0CDD08;
}
</style>
background-color css
<style>
a { background-color: #0CDD08; }
a { background-color: rgb(12,221,8); }
div.DivClassName
{
background-color: #0CDD08;
}
.BgClassName
{
background-color: #0CDD08;
}
</style>
border-color css
<style>
span { border-color: #0CDD08; }
span { border-color: rgb(12,221,8); }
td.TdClassName
{
border-color: #0CDD08;
}
.TagClassName
{
border-color: #0CDD08;
}
</style>