Shades of Free Speech Green #0CD519
Tints of Free Speech Green #0CD519
RGB
CMYK
RGB Variations
Color information
#0CD519 (or 0x0CD519) is known color: Free Speech Green. HEX triplet: 0C, D5 and 19. RGB value is (12,213,25). Sum of RGB (Red+Green+Blue) = 12+213+25=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD519 is #F32AE6. Grayscale: #848484. Windows color (decimal): -15936231 or 1692940. OLE color: 1692940.
HSL color Cylindrical-coordinate representation of color #0CD519: hue angle of 123.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD519 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 25 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.16 |
| HSL | 123.88º | 0.89% | 0.44% | - |
| HSV(B) | 123.88º | 0.94% | 0.84% | - |
| XYZ | 24.12 | 47.74 | 8.86 | - |
| YUV | 131.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 25 | 0.94 | 0 | 0.88 | 0.16 | 123.88 | 0.89 | 0.44 |
| Hex | C | D5 | 19 | 5E | 0 | 58 | 10 | 7C | 59 | 2C |
| Octal | 14 | 325 | 31 | 136 | 0 | 130 | 20 | 174 | 131 | 54 |
| Binary | 1100 | 11010101 | 11001 | 1011110 | 0 | 1011000 | 10000 | 1111100 | 1011001 | 101100 |
Color Harmonies of #0CD519
Complementary color
Monochromatic Colors of #0CD519
Black with #0CD519
Text Example
Text Example
White with #0CD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD519; }
p { color: rgb(12,213,25); }
H1.HeaderClassName
{
color: #0CD519;
}
.AnyTagClassName
{
color: #0CD519;
}
</style>
background-color css
<style>
a { background-color: #0CD519; }
a { background-color: rgb(12,213,25); }
div.DivClassName
{
background-color: #0CD519;
}
.BgClassName
{
background-color: #0CD519;
}
</style>
border-color css
<style>
span { border-color: #0CD519; }
span { border-color: rgb(12,213,25); }
td.TdClassName
{
border-color: #0CD519;
}
.TagClassName
{
border-color: #0CD519;
}
</style>