Shades of Free Speech Green #0CE40A
Tints of Free Speech Green #0CE40A
RGB
CMYK
RGB Variations
Color information
#0CE40A (or 0x0CE40A) is known color: Free Speech Green. HEX triplet: 0C, E4 and 0A. RGB value is (12,228,10). Sum of RGB (Red+Green+Blue) = 12+228+10=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 228 (89.45% from 255 or 91.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE40A is #F31BF5. Grayscale: #8B8B8B. Windows color (decimal): -15932406 or 713740. OLE color: 713740.
HSL color Cylindrical-coordinate representation of color #0CE40A: hue angle of 119.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CE40A is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 10 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.11 |
| HSL | 119.45º | 0.92% | 0.47% | - |
| HSV(B) | 119.45º | 0.96% | 0.89% | - |
| XYZ | 27.95 | 55.59 | 9.54 | - |
| YUV | 138.56 | 55.44 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 10 | 0.95 | 0 | 0.96 | 0.11 | 119.45 | 0.92 | 0.47 |
| Hex | C | E4 | A | 5F | 0 | 60 | B | 77 | 5C | 2F |
| Octal | 14 | 344 | 12 | 137 | 0 | 140 | 13 | 167 | 134 | 57 |
| Binary | 1100 | 11100100 | 1010 | 1011111 | 0 | 1100000 | 1011 | 1110111 | 1011100 | 101111 |
Color Harmonies of #0CE40A
Complementary color
Monochromatic Colors of #0CE40A
Black with #0CE40A
Text Example
Text Example
White with #0CE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE40A; }
p { color: rgb(12,228,10); }
H1.HeaderClassName
{
color: #0CE40A;
}
.AnyTagClassName
{
color: #0CE40A;
}
</style>
background-color css
<style>
a { background-color: #0CE40A; }
a { background-color: rgb(12,228,10); }
div.DivClassName
{
background-color: #0CE40A;
}
.BgClassName
{
background-color: #0CE40A;
}
</style>
border-color css
<style>
span { border-color: #0CE40A; }
span { border-color: rgb(12,228,10); }
td.TdClassName
{
border-color: #0CE40A;
}
.TagClassName
{
border-color: #0CE40A;
}
</style>