Shades of Free Speech Green #0CD50A
Tints of Free Speech Green #0CD50A
RGB
CMYK
RGB Variations
Color information
#0CD50A (or 0x0CD50A) is known color: Free Speech Green. HEX triplet: 0C, D5 and 0A. RGB value is (12,213,10). Sum of RGB (Red+Green+Blue) = 12+213+10=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD50A is #F32AF5. Grayscale: #828282. Windows color (decimal): -15936246 or 709900. OLE color: 709900.
HSL color Cylindrical-coordinate representation of color #0CD50A: hue angle of 119.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD50A is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 10 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.16 |
| HSL | 119.41º | 0.91% | 0.44% | - |
| HSV(B) | 119.41º | 0.95% | 0.84% | - |
| XYZ | 24 | 47.69 | 8.23 | - |
| YUV | 129.76 | 60.41 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 10 | 0.94 | 0 | 0.95 | 0.16 | 119.41 | 0.91 | 0.44 |
| Hex | C | D5 | A | 5E | 0 | 5F | 10 | 77 | 5B | 2C |
| Octal | 14 | 325 | 12 | 136 | 0 | 137 | 20 | 167 | 133 | 54 |
| Binary | 1100 | 11010101 | 1010 | 1011110 | 0 | 1011111 | 10000 | 1110111 | 1011011 | 101100 |
Color Harmonies of #0CD50A
Complementary color
Monochromatic Colors of #0CD50A
Black with #0CD50A
Text Example
Text Example
White with #0CD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD50A; }
p { color: rgb(12,213,10); }
H1.HeaderClassName
{
color: #0CD50A;
}
.AnyTagClassName
{
color: #0CD50A;
}
</style>
background-color css
<style>
a { background-color: #0CD50A; }
a { background-color: rgb(12,213,10); }
div.DivClassName
{
background-color: #0CD50A;
}
.BgClassName
{
background-color: #0CD50A;
}
</style>
border-color css
<style>
span { border-color: #0CD50A; }
span { border-color: rgb(12,213,10); }
td.TdClassName
{
border-color: #0CD50A;
}
.TagClassName
{
border-color: #0CD50A;
}
</style>