Shades of Free Speech Green #0CDA12
Tints of Free Speech Green #0CDA12
RGB
CMYK
RGB Variations
Color information
#0CDA12 (or 0x0CDA12) is known color: Free Speech Green. HEX triplet: 0C, DA and 12. RGB value is (12,218,18). Sum of RGB (Red+Green+Blue) = 12+218+18=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 218 (85.55% from 255 or 87.90% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDA12 is #F325ED. Grayscale: #868686. Windows color (decimal): -15934958 or 1235468. OLE color: 1235468.
HSL color Cylindrical-coordinate representation of color #0CDA12: hue angle of 121.75º 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 #0CDA12 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 18 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.15 |
| HSL | 121.75º | 0.9% | 0.45% | - |
| HSV(B) | 121.75º | 0.94% | 0.85% | - |
| XYZ | 25.33 | 50.26 | 8.94 | - |
| YUV | 133.61 | 62.75 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 18 | 0.94 | 0 | 0.92 | 0.15 | 121.75 | 0.9 | 0.45 |
| Hex | C | DA | 12 | 5E | 0 | 5C | F | 7A | 5A | 2D |
| Octal | 14 | 332 | 22 | 136 | 0 | 134 | 17 | 172 | 132 | 55 |
| Binary | 1100 | 11011010 | 10010 | 1011110 | 0 | 1011100 | 1111 | 1111010 | 1011010 | 101101 |
Color Harmonies of #0CDA12
Complementary color
Monochromatic Colors of #0CDA12
Black with #0CDA12
Text Example
Text Example
White with #0CDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA12; }
p { color: rgb(12,218,18); }
H1.HeaderClassName
{
color: #0CDA12;
}
.AnyTagClassName
{
color: #0CDA12;
}
</style>
background-color css
<style>
a { background-color: #0CDA12; }
a { background-color: rgb(12,218,18); }
div.DivClassName
{
background-color: #0CDA12;
}
.BgClassName
{
background-color: #0CDA12;
}
</style>
border-color css
<style>
span { border-color: #0CDA12; }
span { border-color: rgb(12,218,18); }
td.TdClassName
{
border-color: #0CDA12;
}
.TagClassName
{
border-color: #0CDA12;
}
</style>