Shades of Free Speech Green #0CCD07
Tints of Free Speech Green #0CCD07
RGB
CMYK
RGB Variations
Color information
#0CCD07 (or 0x0CCD07) is known color: Free Speech Green. HEX triplet: 0C, CD and 07. RGB value is (12,205,7). Sum of RGB (Red+Green+Blue) = 12+205+7=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 205 (80.47% from 255 or 91.52% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD07 is #F332F8. Grayscale: #7D7D7D. Windows color (decimal): -15938297 or 511244. OLE color: 511244.
HSL color Cylindrical-coordinate representation of color #0CCD07: hue angle of 118.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CCD07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.20 |
| HSL | 118.48º | 0.93% | 0.42% | - |
| HSV(B) | 118.48º | 0.97% | 0.8% | - |
| XYZ | 22.02 | 43.76 | 7.49 | - |
| YUV | 124.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 7 | 0.94 | 0 | 0.97 | 0.20 | 118.48 | 0.93 | 0.42 |
| Hex | C | CD | 7 | 5E | 0 | 61 | 14 | 76 | 5D | 2A |
| Octal | 14 | 315 | 7 | 136 | 0 | 141 | 24 | 166 | 135 | 52 |
| Binary | 1100 | 11001101 | 111 | 1011110 | 0 | 1100001 | 10100 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0CCD07
Complementary color
Monochromatic Colors of #0CCD07
Black with #0CCD07
Text Example
Text Example
White with #0CCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD07; }
p { color: rgb(12,205,7); }
H1.HeaderClassName
{
color: #0CCD07;
}
.AnyTagClassName
{
color: #0CCD07;
}
</style>
background-color css
<style>
a { background-color: #0CCD07; }
a { background-color: rgb(12,205,7); }
div.DivClassName
{
background-color: #0CCD07;
}
.BgClassName
{
background-color: #0CCD07;
}
</style>
border-color css
<style>
span { border-color: #0CCD07; }
span { border-color: rgb(12,205,7); }
td.TdClassName
{
border-color: #0CCD07;
}
.TagClassName
{
border-color: #0CCD07;
}
</style>