Shades of Free Speech Green #12D608
Tints of Free Speech Green #12D608
RGB
CMYK
RGB Variations
Color information
#12D608 (or 0x12D608) is known color: Free Speech Green. HEX triplet: 12, D6 and 08. RGB value is (18,214,8). Sum of RGB (Red+Green+Blue) = 18+214+8=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 214 (83.98% from 255 or 89.17% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 214 - color contains mainly: green. Hex color #12D608 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D608 is #ED29F7. Grayscale: #848484. Windows color (decimal): -15542776 or 579090. OLE color: 579090.
HSL color Cylindrical-coordinate representation of color #12D608: hue angle of 117.09º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12D608 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.16 |
| HSL | 117.09º | 0.93% | 0.44% | - |
| HSV(B) | 117.09º | 0.96% | 0.84% | - |
| XYZ | 24.34 | 48.24 | 8.26 | - |
| YUV | 131.91 | 58.07 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 8 | 0.92 | 0 | 0.96 | 0.16 | 117.09 | 0.93 | 0.44 |
| Hex | 12 | D6 | 8 | 5C | 0 | 60 | 10 | 75 | 5D | 2C |
| Octal | 22 | 326 | 10 | 134 | 0 | 140 | 20 | 165 | 135 | 54 |
| Binary | 10010 | 11010110 | 1000 | 1011100 | 0 | 1100000 | 10000 | 1110101 | 1011101 | 101100 |
Color Harmonies of #12D608
Complementary color
Monochromatic Colors of #12D608
Black with #12D608
Text Example
Text Example
White with #12D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D608; }
p { color: rgb(18,214,8); }
H1.HeaderClassName
{
color: #12D608;
}
.AnyTagClassName
{
color: #12D608;
}
</style>
background-color css
<style>
a { background-color: #12D608; }
a { background-color: rgb(18,214,8); }
div.DivClassName
{
background-color: #12D608;
}
.BgClassName
{
background-color: #12D608;
}
</style>
border-color css
<style>
span { border-color: #12D608; }
span { border-color: rgb(18,214,8); }
td.TdClassName
{
border-color: #12D608;
}
.TagClassName
{
border-color: #12D608;
}
</style>