Shades of Free Speech Green #0CDA24
Tints of Free Speech Green #0CDA24
RGB
CMYK
RGB Variations
Color information
#0CDA24 (or 0x0CDA24) is known color: Free Speech Green. HEX triplet: 0C, DA and 24. RGB value is (12,218,36). Sum of RGB (Red+Green+Blue) = 12+218+36=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 218 (85.55% from 255 or 81.95% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDA24 is #F325DB. Grayscale: #888888. Windows color (decimal): -15934940 or 2415116. OLE color: 2415116.
HSL color Cylindrical-coordinate representation of color #0CDA24: hue angle of 126.99º 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 #0CDA24 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 36 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.15 |
| HSL | 126.99º | 0.9% | 0.45% | - |
| HSV(B) | 126.99º | 0.94% | 0.85% | - |
| XYZ | 25.54 | 50.35 | 10.04 | - |
| YUV | 135.66 | 71.75 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 36 | 0.94 | 0 | 0.83 | 0.15 | 126.99 | 0.9 | 0.45 |
| Hex | C | DA | 24 | 5E | 0 | 53 | F | 7F | 5A | 2D |
| Octal | 14 | 332 | 44 | 136 | 0 | 123 | 17 | 177 | 132 | 55 |
| Binary | 1100 | 11011010 | 100100 | 1011110 | 0 | 1010011 | 1111 | 1111111 | 1011010 | 101101 |
Color Harmonies of #0CDA24
Complementary color
Monochromatic Colors of #0CDA24
Black with #0CDA24
Text Example
Text Example
White with #0CDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA24; }
p { color: rgb(12,218,36); }
H1.HeaderClassName
{
color: #0CDA24;
}
.AnyTagClassName
{
color: #0CDA24;
}
</style>
background-color css
<style>
a { background-color: #0CDA24; }
a { background-color: rgb(12,218,36); }
div.DivClassName
{
background-color: #0CDA24;
}
.BgClassName
{
background-color: #0CDA24;
}
</style>
border-color css
<style>
span { border-color: #0CDA24; }
span { border-color: rgb(12,218,36); }
td.TdClassName
{
border-color: #0CDA24;
}
.TagClassName
{
border-color: #0CDA24;
}
</style>