Shades of Free Speech Green #12D919
Tints of Free Speech Green #12D919
RGB
CMYK
RGB Variations
Color information
#12D919 (or 0x12D919) is known color: Free Speech Green. HEX triplet: 12, D9 and 19. RGB value is (18,217,25). Sum of RGB (Red+Green+Blue) = 18+217+25=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 217 (85.16% from 255 or 83.46% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 217 - color contains mainly: green. Hex color #12D919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D919 is #ED26E6. Grayscale: #888888. Windows color (decimal): -15541991 or 1693970. OLE color: 1693970.
HSL color Cylindrical-coordinate representation of color #12D919: hue angle of 122.11º 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 #12D919 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.15 |
| HSL | 122.11º | 0.85% | 0.46% | - |
| HSV(B) | 122.11º | 0.92% | 0.85% | - |
| XYZ | 25.24 | 49.82 | 9.21 | - |
| YUV | 135.61 | 65.57 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 25 | 0.92 | 0 | 0.88 | 0.15 | 122.11 | 0.85 | 0.46 |
| Hex | 12 | D9 | 19 | 5C | 0 | 58 | F | 7A | 55 | 2E |
| Octal | 22 | 331 | 31 | 134 | 0 | 130 | 17 | 172 | 125 | 56 |
| Binary | 10010 | 11011001 | 11001 | 1011100 | 0 | 1011000 | 1111 | 1111010 | 1010101 | 101110 |
Color Harmonies of #12D919
Complementary color
Monochromatic Colors of #12D919
Black with #12D919
Text Example
Text Example
White with #12D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D919; }
p { color: rgb(18,217,25); }
H1.HeaderClassName
{
color: #12D919;
}
.AnyTagClassName
{
color: #12D919;
}
</style>
background-color css
<style>
a { background-color: #12D919; }
a { background-color: rgb(18,217,25); }
div.DivClassName
{
background-color: #12D919;
}
.BgClassName
{
background-color: #12D919;
}
</style>
border-color css
<style>
span { border-color: #12D919; }
span { border-color: rgb(18,217,25); }
td.TdClassName
{
border-color: #12D919;
}
.TagClassName
{
border-color: #12D919;
}
</style>