Shades of Free Speech Green #12DA20
Tints of Free Speech Green #12DA20
RGB
CMYK
RGB Variations
Color information
#12DA20 (or 0x12DA20) is known color: Free Speech Green. HEX triplet: 12, DA and 20. RGB value is (18,218,32). Sum of RGB (Red+Green+Blue) = 18+218+32=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA20 is #ED25DF. Grayscale: #898989. Windows color (decimal): -15541728 or 2152978. OLE color: 2152978.
HSL color Cylindrical-coordinate representation of color #12DA20: hue angle of 124.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA20 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 32 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.15 |
| HSL | 124.2º | 0.85% | 0.46% | - |
| HSV(B) | 124.2º | 0.92% | 0.85% | - |
| XYZ | 25.58 | 50.38 | 9.74 | - |
| YUV | 137 | 68.74 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 32 | 0.92 | 0 | 0.85 | 0.15 | 124.2 | 0.85 | 0.46 |
| Hex | 12 | DA | 20 | 5C | 0 | 55 | F | 7C | 55 | 2E |
| Octal | 22 | 332 | 40 | 134 | 0 | 125 | 17 | 174 | 125 | 56 |
| Binary | 10010 | 11011010 | 100000 | 1011100 | 0 | 1010101 | 1111 | 1111100 | 1010101 | 101110 |
Color Harmonies of #12DA20
Complementary color
Monochromatic Colors of #12DA20
Black with #12DA20
Text Example
Text Example
White with #12DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA20; }
p { color: rgb(18,218,32); }
H1.HeaderClassName
{
color: #12DA20;
}
.AnyTagClassName
{
color: #12DA20;
}
</style>
background-color css
<style>
a { background-color: #12DA20; }
a { background-color: rgb(18,218,32); }
div.DivClassName
{
background-color: #12DA20;
}
.BgClassName
{
background-color: #12DA20;
}
</style>
border-color css
<style>
span { border-color: #12DA20; }
span { border-color: rgb(18,218,32); }
td.TdClassName
{
border-color: #12DA20;
}
.TagClassName
{
border-color: #12DA20;
}
</style>