Shades of Free Speech Green #0CE428
Tints of Free Speech Green #0CE428
RGB
CMYK
RGB Variations
Color information
#0CE428 (or 0x0CE428) is known color: Free Speech Green. HEX triplet: 0C, E4 and 28. RGB value is (12,228,40). Sum of RGB (Red+Green+Blue) = 12+228+40=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 228 (89.45% from 255 or 81.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE428 is #F31BD7. Grayscale: #8E8E8E. Windows color (decimal): -15932376 or 2679820. OLE color: 2679820.
HSL color Cylindrical-coordinate representation of color #0CE428: hue angle of 127.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE428 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 40 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.11 |
| HSL | 127.78º | 0.9% | 0.47% | - |
| HSV(B) | 127.78º | 0.95% | 0.89% | - |
| XYZ | 28.28 | 55.72 | 11.27 | - |
| YUV | 141.98 | 70.44 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 40 | 0.95 | 0 | 0.82 | 0.11 | 127.78 | 0.9 | 0.47 |
| Hex | C | E4 | 28 | 5F | 0 | 52 | B | 80 | 5A | 2F |
| Octal | 14 | 344 | 50 | 137 | 0 | 122 | 13 | 200 | 132 | 57 |
| Binary | 1100 | 11100100 | 101000 | 1011111 | 0 | 1010010 | 1011 | 10000000 | 1011010 | 101111 |
Color Harmonies of #0CE428
Complementary color
Monochromatic Colors of #0CE428
Black with #0CE428
Text Example
Text Example
White with #0CE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE428; }
p { color: rgb(12,228,40); }
H1.HeaderClassName
{
color: #0CE428;
}
.AnyTagClassName
{
color: #0CE428;
}
</style>
background-color css
<style>
a { background-color: #0CE428; }
a { background-color: rgb(12,228,40); }
div.DivClassName
{
background-color: #0CE428;
}
.BgClassName
{
background-color: #0CE428;
}
</style>
border-color css
<style>
span { border-color: #0CE428; }
span { border-color: rgb(12,228,40); }
td.TdClassName
{
border-color: #0CE428;
}
.TagClassName
{
border-color: #0CE428;
}
</style>