Shades of Free Speech Green #12D010
Tints of Free Speech Green #12D010
RGB
CMYK
RGB Variations
Color information
#12D010 (or 0x12D010) is known color: Free Speech Green. HEX triplet: 12, D0 and 10. RGB value is (18,208,16). Sum of RGB (Red+Green+Blue) = 18+208+16=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 208 (81.64% from 255 or 85.95% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 208 - color contains mainly: green. Hex color #12D010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D010 is #ED2FEF. Grayscale: #818181. Windows color (decimal): -15544304 or 1101842. OLE color: 1101842.
HSL color Cylindrical-coordinate representation of color #12D010: hue angle of 119.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D010 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 16 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.18 |
| HSL | 119.38º | 0.86% | 0.44% | - |
| HSV(B) | 119.38º | 0.92% | 0.82% | - |
| XYZ | 22.9 | 45.28 | 8.02 | - |
| YUV | 129.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 16 | 0.91 | 0 | 0.92 | 0.18 | 119.38 | 0.86 | 0.44 |
| Hex | 12 | D0 | 10 | 5B | 0 | 5C | 12 | 77 | 56 | 2C |
| Octal | 22 | 320 | 20 | 133 | 0 | 134 | 22 | 167 | 126 | 54 |
| Binary | 10010 | 11010000 | 10000 | 1011011 | 0 | 1011100 | 10010 | 1110111 | 1010110 | 101100 |
Color Harmonies of #12D010
Complementary color
Monochromatic Colors of #12D010
Black with #12D010
Text Example
Text Example
White with #12D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D010; }
p { color: rgb(18,208,16); }
H1.HeaderClassName
{
color: #12D010;
}
.AnyTagClassName
{
color: #12D010;
}
</style>
background-color css
<style>
a { background-color: #12D010; }
a { background-color: rgb(18,208,16); }
div.DivClassName
{
background-color: #12D010;
}
.BgClassName
{
background-color: #12D010;
}
</style>
border-color css
<style>
span { border-color: #12D010; }
span { border-color: rgb(18,208,16); }
td.TdClassName
{
border-color: #12D010;
}
.TagClassName
{
border-color: #12D010;
}
</style>