Shades of Free Speech Green #12DC08
Tints of Free Speech Green #12DC08
RGB
CMYK
RGB Variations
Color information
#12DC08 (or 0x12DC08) is known color: Free Speech Green. HEX triplet: 12, DC and 08. RGB value is (18,220,8). Sum of RGB (Red+Green+Blue) = 18+220+8=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 220 (86.33% from 255 or 89.43% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DC08 is #ED23F7. Grayscale: #888888. Windows color (decimal): -15541240 or 580626. OLE color: 580626.
HSL color Cylindrical-coordinate representation of color #12DC08: hue angle of 117.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12DC08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.14 |
| HSL | 117.17º | 0.93% | 0.45% | - |
| HSV(B) | 117.17º | 0.96% | 0.86% | - |
| XYZ | 25.89 | 51.33 | 8.77 | - |
| YUV | 135.43 | 56.08 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 8 | 0.92 | 0 | 0.96 | 0.14 | 117.17 | 0.93 | 0.45 |
| Hex | 12 | DC | 8 | 5C | 0 | 60 | E | 75 | 5D | 2D |
| Octal | 22 | 334 | 10 | 134 | 0 | 140 | 16 | 165 | 135 | 55 |
| Binary | 10010 | 11011100 | 1000 | 1011100 | 0 | 1100000 | 1110 | 1110101 | 1011101 | 101101 |
Color Harmonies of #12DC08
Complementary color
Monochromatic Colors of #12DC08
Black with #12DC08
Text Example
Text Example
White with #12DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC08; }
p { color: rgb(18,220,8); }
H1.HeaderClassName
{
color: #12DC08;
}
.AnyTagClassName
{
color: #12DC08;
}
</style>
background-color css
<style>
a { background-color: #12DC08; }
a { background-color: rgb(18,220,8); }
div.DivClassName
{
background-color: #12DC08;
}
.BgClassName
{
background-color: #12DC08;
}
</style>
border-color css
<style>
span { border-color: #12DC08; }
span { border-color: rgb(18,220,8); }
td.TdClassName
{
border-color: #12DC08;
}
.TagClassName
{
border-color: #12DC08;
}
</style>