Shades of Free Speech Green #0CE70F
Tints of Free Speech Green #0CE70F
RGB
CMYK
RGB Variations
Color information
#0CE70F (or 0x0CE70F) is known color: Free Speech Green. HEX triplet: 0C, E7 and 0F. RGB value is (12,231,15). Sum of RGB (Red+Green+Blue) = 12+231+15=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 231 (90.62% from 255 or 89.53% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE70F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE70F is #F318F0. Grayscale: #8D8D8D. Windows color (decimal): -15931633 or 1042188. OLE color: 1042188.
HSL color Cylindrical-coordinate representation of color #0CE70F: hue angle of 120.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE70F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 231 | 15 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.09 |
| HSL | 120.82º | 0.9% | 0.48% | - |
| HSV(B) | 120.82º | 0.95% | 0.91% | - |
| XYZ | 28.81 | 57.26 | 9.99 | - |
| YUV | 140.9 | 56.95 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 15 | 0.95 | 0 | 0.94 | 0.09 | 120.82 | 0.9 | 0.48 |
| Hex | C | E7 | F | 5F | 0 | 5E | 9 | 79 | 5A | 30 |
| Octal | 14 | 347 | 17 | 137 | 0 | 136 | 11 | 171 | 132 | 60 |
| Binary | 1100 | 11100111 | 1111 | 1011111 | 0 | 1011110 | 1001 | 1111001 | 1011010 | 110000 |
Color Harmonies of #0CE70F
Complementary color
Monochromatic Colors of #0CE70F
Black with #0CE70F
Text Example
Text Example
White with #0CE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE70F; }
p { color: rgb(12,231,15); }
H1.HeaderClassName
{
color: #0CE70F;
}
.AnyTagClassName
{
color: #0CE70F;
}
</style>
background-color css
<style>
a { background-color: #0CE70F; }
a { background-color: rgb(12,231,15); }
div.DivClassName
{
background-color: #0CE70F;
}
.BgClassName
{
background-color: #0CE70F;
}
</style>
border-color css
<style>
span { border-color: #0CE70F; }
span { border-color: rgb(12,231,15); }
td.TdClassName
{
border-color: #0CE70F;
}
.TagClassName
{
border-color: #0CE70F;
}
</style>