Shades of Free Speech Green #0CFF07
Tints of Free Speech Green #0CFF07
RGB
CMYK
RGB Variations
Color information
#0CFF07 (or 0x0CFF07) is known color: Free Speech Green. HEX triplet: 0C, FF and 07. RGB value is (12,255,7). Sum of RGB (Red+Green+Blue) = 12+255+7=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 255 (100% from 255 or 93.07% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF07 is #F300F8. Grayscale: #9A9A9A. Windows color (decimal): -15925497 or 524044. OLE color: 524044.
HSL color Cylindrical-coordinate representation of color #0CFF07: hue angle of 118.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CFF07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0 |
| HSL | 118.79º | 1% | 0.51% | - |
| HSV(B) | 118.79º | 0.97% | 1% | - |
| XYZ | 35.95 | 71.61 | 12.13 | - |
| YUV | 154.07 | 44.99 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 7 | 0.95 | 0 | 0.97 | 0 | 118.79 | 1 | 0.51 |
| Hex | C | FF | 7 | 5F | 0 | 61 | 0 | 77 | 64 | 33 |
| Octal | 14 | 377 | 7 | 137 | 0 | 141 | 0 | 167 | 144 | 63 |
| Binary | 1100 | 11111111 | 111 | 1011111 | 0 | 1100001 | 0 | 1110111 | 1100100 | 110011 |
Color Harmonies of #0CFF07
Complementary color
Monochromatic Colors of #0CFF07
Black with #0CFF07
Text Example
Text Example
White with #0CFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF07; }
p { color: rgb(12,255,7); }
H1.HeaderClassName
{
color: #0CFF07;
}
.AnyTagClassName
{
color: #0CFF07;
}
</style>
background-color css
<style>
a { background-color: #0CFF07; }
a { background-color: rgb(12,255,7); }
div.DivClassName
{
background-color: #0CFF07;
}
.BgClassName
{
background-color: #0CFF07;
}
</style>
border-color css
<style>
span { border-color: #0CFF07; }
span { border-color: rgb(12,255,7); }
td.TdClassName
{
border-color: #0CFF07;
}
.TagClassName
{
border-color: #0CFF07;
}
</style>