Shades of Free Speech Green #12D918
Tints of Free Speech Green #12D918
RGB
CMYK
RGB Variations
Color information
#12D918 (or 0x12D918) is known color: Free Speech Green. HEX triplet: 12, D9 and 18. RGB value is (18,217,24). Sum of RGB (Red+Green+Blue) = 18+217+24=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 217 (85.16% from 255 or 83.78% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 217 - color contains mainly: green. Hex color #12D918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D918 is #ED26E7. Grayscale: #888888. Windows color (decimal): -15541992 or 1628434. OLE color: 1628434.
HSL color Cylindrical-coordinate representation of color #12D918: hue angle of 121.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D918 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 24 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.15 |
| HSL | 121.81º | 0.85% | 0.46% | - |
| HSV(B) | 121.81º | 0.92% | 0.85% | - |
| XYZ | 25.23 | 49.82 | 9.15 | - |
| YUV | 135.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 24 | 0.92 | 0 | 0.89 | 0.15 | 121.81 | 0.85 | 0.46 |
| Hex | 12 | D9 | 18 | 5C | 0 | 59 | F | 7A | 55 | 2E |
| Octal | 22 | 331 | 30 | 134 | 0 | 131 | 17 | 172 | 125 | 56 |
| Binary | 10010 | 11011001 | 11000 | 1011100 | 0 | 1011001 | 1111 | 1111010 | 1010101 | 101110 |
Color Harmonies of #12D918
Complementary color
Monochromatic Colors of #12D918
Black with #12D918
Text Example
Text Example
White with #12D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D918; }
p { color: rgb(18,217,24); }
H1.HeaderClassName
{
color: #12D918;
}
.AnyTagClassName
{
color: #12D918;
}
</style>
background-color css
<style>
a { background-color: #12D918; }
a { background-color: rgb(18,217,24); }
div.DivClassName
{
background-color: #12D918;
}
.BgClassName
{
background-color: #12D918;
}
</style>
border-color css
<style>
span { border-color: #12D918; }
span { border-color: rgb(18,217,24); }
td.TdClassName
{
border-color: #12D918;
}
.TagClassName
{
border-color: #12D918;
}
</style>