Shades of Free Speech Green #0CE415
Tints of Free Speech Green #0CE415
RGB
CMYK
RGB Variations
Color information
#0CE415 (or 0x0CE415) is known color: Free Speech Green. HEX triplet: 0C, E4 and 15. RGB value is (12,228,21). Sum of RGB (Red+Green+Blue) = 12+228+21=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 228 (89.45% from 255 or 87.36% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE415 is #F31BEA. Grayscale: #8C8C8C. Windows color (decimal): -15932395 or 1434636. OLE color: 1434636.
HSL color Cylindrical-coordinate representation of color #0CE415: hue angle of 122.5º 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 #0CE415 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 21 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.11 |
| HSL | 122.5º | 0.9% | 0.47% | - |
| HSV(B) | 122.5º | 0.95% | 0.89% | - |
| XYZ | 28.03 | 55.62 | 9.97 | - |
| YUV | 139.82 | 60.94 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 21 | 0.95 | 0 | 0.91 | 0.11 | 122.5 | 0.9 | 0.47 |
| Hex | C | E4 | 15 | 5F | 0 | 5B | B | 7B | 5A | 2F |
| Octal | 14 | 344 | 25 | 137 | 0 | 133 | 13 | 173 | 132 | 57 |
| Binary | 1100 | 11100100 | 10101 | 1011111 | 0 | 1011011 | 1011 | 1111011 | 1011010 | 101111 |
Color Harmonies of #0CE415
Complementary color
Monochromatic Colors of #0CE415
Black with #0CE415
Text Example
Text Example
White with #0CE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE415; }
p { color: rgb(12,228,21); }
H1.HeaderClassName
{
color: #0CE415;
}
.AnyTagClassName
{
color: #0CE415;
}
</style>
background-color css
<style>
a { background-color: #0CE415; }
a { background-color: rgb(12,228,21); }
div.DivClassName
{
background-color: #0CE415;
}
.BgClassName
{
background-color: #0CE415;
}
</style>
border-color css
<style>
span { border-color: #0CE415; }
span { border-color: rgb(12,228,21); }
td.TdClassName
{
border-color: #0CE415;
}
.TagClassName
{
border-color: #0CE415;
}
</style>