Shades of Free Speech Green #12D310
Tints of Free Speech Green #12D310
RGB
CMYK
RGB Variations
Color information
#12D310 (or 0x12D310) is known color: Free Speech Green. HEX triplet: 12, D3 and 10. RGB value is (18,211,16). Sum of RGB (Red+Green+Blue) = 18+211+16=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 211 (82.81% from 255 or 86.12% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 211 - color contains mainly: green. Hex color #12D310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D310 is #ED2CEF. Grayscale: #838383. Windows color (decimal): -15543536 or 1102610. OLE color: 1102610.
HSL color Cylindrical-coordinate representation of color #12D310: hue angle of 119.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D310 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 16 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.17 |
| HSL | 119.38º | 0.86% | 0.45% | - |
| HSV(B) | 119.38º | 0.92% | 0.83% | - |
| XYZ | 23.64 | 46.75 | 8.27 | - |
| YUV | 131.06 | 63.06 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 16 | 0.91 | 0 | 0.92 | 0.17 | 119.38 | 0.86 | 0.45 |
| Hex | 12 | D3 | 10 | 5B | 0 | 5C | 11 | 77 | 56 | 2D |
| Octal | 22 | 323 | 20 | 133 | 0 | 134 | 21 | 167 | 126 | 55 |
| Binary | 10010 | 11010011 | 10000 | 1011011 | 0 | 1011100 | 10001 | 1110111 | 1010110 | 101101 |
Color Harmonies of #12D310
Complementary color
Monochromatic Colors of #12D310
Black with #12D310
Text Example
Text Example
White with #12D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D310; }
p { color: rgb(18,211,16); }
H1.HeaderClassName
{
color: #12D310;
}
.AnyTagClassName
{
color: #12D310;
}
</style>
background-color css
<style>
a { background-color: #12D310; }
a { background-color: rgb(18,211,16); }
div.DivClassName
{
background-color: #12D310;
}
.BgClassName
{
background-color: #12D310;
}
</style>
border-color css
<style>
span { border-color: #12D310; }
span { border-color: rgb(18,211,16); }
td.TdClassName
{
border-color: #12D310;
}
.TagClassName
{
border-color: #12D310;
}
</style>