Shades of Free Speech Green #0CE807
Tints of Free Speech Green #0CE807
RGB
CMYK
RGB Variations
Color information
#0CE807 (or 0x0CE807) is known color: Free Speech Green. HEX triplet: 0C, E8 and 07. RGB value is (12,232,7). Sum of RGB (Red+Green+Blue) = 12+232+7=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 232 (91.02% from 255 or 92.43% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE807 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE807 is #F317F8. Grayscale: #8D8D8D. Windows color (decimal): -15931385 or 518156. OLE color: 518156.
HSL color Cylindrical-coordinate representation of color #0CE807: hue angle of 118.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CE807 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 232 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.09 |
| HSL | 118.67º | 0.94% | 0.47% | - |
| HSV(B) | 118.67º | 0.97% | 0.91% | - |
| XYZ | 29.05 | 57.81 | 9.83 | - |
| YUV | 140.57 | 52.61 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 7 | 0.95 | 0 | 0.97 | 0.09 | 118.67 | 0.94 | 0.47 |
| Hex | C | E8 | 7 | 5F | 0 | 61 | 9 | 77 | 5E | 2F |
| Octal | 14 | 350 | 7 | 137 | 0 | 141 | 11 | 167 | 136 | 57 |
| Binary | 1100 | 11101000 | 111 | 1011111 | 0 | 1100001 | 1001 | 1110111 | 1011110 | 101111 |
Color Harmonies of #0CE807
Complementary color
Monochromatic Colors of #0CE807
Black with #0CE807
Text Example
Text Example
White with #0CE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE807; }
p { color: rgb(12,232,7); }
H1.HeaderClassName
{
color: #0CE807;
}
.AnyTagClassName
{
color: #0CE807;
}
</style>
background-color css
<style>
a { background-color: #0CE807; }
a { background-color: rgb(12,232,7); }
div.DivClassName
{
background-color: #0CE807;
}
.BgClassName
{
background-color: #0CE807;
}
</style>
border-color css
<style>
span { border-color: #0CE807; }
span { border-color: rgb(12,232,7); }
td.TdClassName
{
border-color: #0CE807;
}
.TagClassName
{
border-color: #0CE807;
}
</style>