Shades of Free Speech Green #12D808
Tints of Free Speech Green #12D808
RGB
CMYK
RGB Variations
Color information
#12D808 (or 0x12D808) is known color: Free Speech Green. HEX triplet: 12, D8 and 08. RGB value is (18,216,8). Sum of RGB (Red+Green+Blue) = 18+216+8=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 216 (84.77% from 255 or 89.26% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 216 - color contains mainly: green. Hex color #12D808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D808 is #ED27F7. Grayscale: #858585. Windows color (decimal): -15542264 or 579602. OLE color: 579602.
HSL color Cylindrical-coordinate representation of color #12D808: hue angle of 117.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12D808 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.15 |
| HSL | 117.12º | 0.93% | 0.44% | - |
| HSV(B) | 117.12º | 0.96% | 0.85% | - |
| XYZ | 24.85 | 49.26 | 8.43 | - |
| YUV | 133.09 | 57.4 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 8 | 0.92 | 0 | 0.96 | 0.15 | 117.12 | 0.93 | 0.44 |
| Hex | 12 | D8 | 8 | 5C | 0 | 60 | F | 75 | 5D | 2C |
| Octal | 22 | 330 | 10 | 134 | 0 | 140 | 17 | 165 | 135 | 54 |
| Binary | 10010 | 11011000 | 1000 | 1011100 | 0 | 1100000 | 1111 | 1110101 | 1011101 | 101100 |
Color Harmonies of #12D808
Complementary color
Monochromatic Colors of #12D808
Black with #12D808
Text Example
Text Example
White with #12D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D808; }
p { color: rgb(18,216,8); }
H1.HeaderClassName
{
color: #12D808;
}
.AnyTagClassName
{
color: #12D808;
}
</style>
background-color css
<style>
a { background-color: #12D808; }
a { background-color: rgb(18,216,8); }
div.DivClassName
{
background-color: #12D808;
}
.BgClassName
{
background-color: #12D808;
}
</style>
border-color css
<style>
span { border-color: #12D808; }
span { border-color: rgb(18,216,8); }
td.TdClassName
{
border-color: #12D808;
}
.TagClassName
{
border-color: #12D808;
}
</style>