Shades of Free Speech Green #0CCF00
Tints of Free Speech Green #0CCF00
RGB
CMYK
RGB Variations
Color information
#0CCF00 (or 0x0CCF00) is known color: Free Speech Green. HEX triplet: 0C, CF and 00. RGB value is (12,207,0). Sum of RGB (Red+Green+Blue) = 12+207+0=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 207 (81.25% from 255 or 94.52% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCF00 is #F330FF. Grayscale: #7D7D7D. Windows color (decimal): -15937792 or 53004. OLE color: 53004.
HSL color Cylindrical-coordinate representation of color #0CCF00: hue angle of 116.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CCF00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.19 |
| HSL | 116.52º | 1% | 0.41% | - |
| HSV(B) | 116.52º | 1% | 0.81% | - |
| XYZ | 22.46 | 44.7 | 7.44 | - |
| YUV | 125.1 | 57.4 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 0 | 0.94 | 0 | 1 | 0.19 | 116.52 | 1 | 0.41 |
| Hex | C | CF | 0 | 5E | 0 | 64 | 13 | 75 | 64 | 29 |
| Octal | 14 | 317 | 0 | 136 | 0 | 144 | 23 | 165 | 144 | 51 |
| Binary | 1100 | 11001111 | 0 | 1011110 | 0 | 1100100 | 10011 | 1110101 | 1100100 | 101001 |
Color Harmonies of #0CCF00
Complementary color
Monochromatic Colors of #0CCF00
Black with #0CCF00
Text Example
Text Example
White with #0CCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCF00; }
p { color: rgb(12,207,0); }
H1.HeaderClassName
{
color: #0CCF00;
}
.AnyTagClassName
{
color: #0CCF00;
}
</style>
background-color css
<style>
a { background-color: #0CCF00; }
a { background-color: rgb(12,207,0); }
div.DivClassName
{
background-color: #0CCF00;
}
.BgClassName
{
background-color: #0CCF00;
}
</style>
border-color css
<style>
span { border-color: #0CCF00; }
span { border-color: rgb(12,207,0); }
td.TdClassName
{
border-color: #0CCF00;
}
.TagClassName
{
border-color: #0CCF00;
}
</style>