Shades of Free Speech Green #12CC00
Tints of Free Speech Green #12CC00
RGB
CMYK
RGB Variations
Color information
#12CC00 (or 0x12CC00) is known color: Free Speech Green. HEX triplet: 12, CC and 00. RGB value is (18,204,0). Sum of RGB (Red+Green+Blue) = 18+204+0=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 204 (80.08% from 255 or 91.89% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CC00 is #ED33FF. Grayscale: #7D7D7D. Windows color (decimal): -15545344 or 52242. OLE color: 52242.
HSL color Cylindrical-coordinate representation of color #12CC00: hue angle of 114.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12CC00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.2 |
| HSL | 114.71º | 1% | 0.4% | - |
| HSV(B) | 114.71º | 1% | 0.8% | - |
| XYZ | 21.84 | 43.31 | 7.21 | - |
| YUV | 125.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 0 | 0.91 | 0 | 1 | 0.2 | 114.71 | 1 | 0.4 |
| Hex | 12 | CC | 0 | 5B | 0 | 64 | 14 | 73 | 64 | 28 |
| Octal | 22 | 314 | 0 | 133 | 0 | 144 | 24 | 163 | 144 | 50 |
| Binary | 10010 | 11001100 | 0 | 1011011 | 0 | 1100100 | 10100 | 1110011 | 1100100 | 101000 |
Color Harmonies of #12CC00
Complementary color
Monochromatic Colors of #12CC00
Black with #12CC00
Text Example
Text Example
White with #12CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC00; }
p { color: rgb(18,204,0); }
H1.HeaderClassName
{
color: #12CC00;
}
.AnyTagClassName
{
color: #12CC00;
}
</style>
background-color css
<style>
a { background-color: #12CC00; }
a { background-color: rgb(18,204,0); }
div.DivClassName
{
background-color: #12CC00;
}
.BgClassName
{
background-color: #12CC00;
}
</style>
border-color css
<style>
span { border-color: #12CC00; }
span { border-color: rgb(18,204,0); }
td.TdClassName
{
border-color: #12CC00;
}
.TagClassName
{
border-color: #12CC00;
}
</style>