Shades of Free Speech Green #0CDD22
Tints of Free Speech Green #0CDD22
RGB
CMYK
RGB Variations
Color information
#0CDD22 (or 0x0CDD22) is known color: Free Speech Green. HEX triplet: 0C, DD and 22. RGB value is (12,221,34). Sum of RGB (Red+Green+Blue) = 12+221+34=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD22 is #F322DD. Grayscale: #898989. Windows color (decimal): -15934174 or 2284812. OLE color: 2284812.
HSL color Cylindrical-coordinate representation of color #0CDD22: hue angle of 126.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD22 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 34 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.13 |
| HSL | 126.32º | 0.9% | 0.46% | - |
| HSV(B) | 126.32º | 0.95% | 0.87% | - |
| XYZ | 26.3 | 51.91 | 10.15 | - |
| YUV | 137.19 | 69.76 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 34 | 0.95 | 0 | 0.85 | 0.13 | 126.32 | 0.9 | 0.46 |
| Hex | C | DD | 22 | 5F | 0 | 55 | D | 7E | 5A | 2E |
| Octal | 14 | 335 | 42 | 137 | 0 | 125 | 15 | 176 | 132 | 56 |
| Binary | 1100 | 11011101 | 100010 | 1011111 | 0 | 1010101 | 1101 | 1111110 | 1011010 | 101110 |
Color Harmonies of #0CDD22
Complementary color
Monochromatic Colors of #0CDD22
Black with #0CDD22
Text Example
Text Example
White with #0CDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD22; }
p { color: rgb(12,221,34); }
H1.HeaderClassName
{
color: #0CDD22;
}
.AnyTagClassName
{
color: #0CDD22;
}
</style>
background-color css
<style>
a { background-color: #0CDD22; }
a { background-color: rgb(12,221,34); }
div.DivClassName
{
background-color: #0CDD22;
}
.BgClassName
{
background-color: #0CDD22;
}
</style>
border-color css
<style>
span { border-color: #0CDD22; }
span { border-color: rgb(12,221,34); }
td.TdClassName
{
border-color: #0CDD22;
}
.TagClassName
{
border-color: #0CDD22;
}
</style>