Shades of Free Speech Green #12D719
Tints of Free Speech Green #12D719
RGB
CMYK
RGB Variations
Color information
#12D719 (or 0x12D719) is known color: Free Speech Green. HEX triplet: 12, D7 and 19. RGB value is (18,215,25). Sum of RGB (Red+Green+Blue) = 18+215+25=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 215 (84.38% from 255 or 83.33% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 215 - color contains mainly: green. Hex color #12D719 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D719 is #ED28E6. Grayscale: #878787. Windows color (decimal): -15542503 or 1693458. OLE color: 1693458.
HSL color Cylindrical-coordinate representation of color #12D719: hue angle of 122.13º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D719 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.16 |
| HSL | 122.13º | 0.85% | 0.46% | - |
| HSV(B) | 122.13º | 0.92% | 0.84% | - |
| XYZ | 24.73 | 48.8 | 9.04 | - |
| YUV | 134.44 | 66.23 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 25 | 0.92 | 0 | 0.88 | 0.16 | 122.13 | 0.85 | 0.46 |
| Hex | 12 | D7 | 19 | 5C | 0 | 58 | 10 | 7A | 55 | 2E |
| Octal | 22 | 327 | 31 | 134 | 0 | 130 | 20 | 172 | 125 | 56 |
| Binary | 10010 | 11010111 | 11001 | 1011100 | 0 | 1011000 | 10000 | 1111010 | 1010101 | 101110 |
Color Harmonies of #12D719
Complementary color
Monochromatic Colors of #12D719
Black with #12D719
Text Example
Text Example
White with #12D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D719; }
p { color: rgb(18,215,25); }
H1.HeaderClassName
{
color: #12D719;
}
.AnyTagClassName
{
color: #12D719;
}
</style>
background-color css
<style>
a { background-color: #12D719; }
a { background-color: rgb(18,215,25); }
div.DivClassName
{
background-color: #12D719;
}
.BgClassName
{
background-color: #12D719;
}
</style>
border-color css
<style>
span { border-color: #12D719; }
span { border-color: rgb(18,215,25); }
td.TdClassName
{
border-color: #12D719;
}
.TagClassName
{
border-color: #12D719;
}
</style>