Shades of Free Speech Green #12D319
Tints of Free Speech Green #12D319
RGB
CMYK
RGB Variations
Color information
#12D319 (or 0x12D319) is known color: Free Speech Green. HEX triplet: 12, D3 and 19. RGB value is (18,211,25). Sum of RGB (Red+Green+Blue) = 18+211+25=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 211 (82.81% from 255 or 83.07% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 211 - color contains mainly: green. Hex color #12D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D319 is #ED2CE6. Grayscale: #848484. Windows color (decimal): -15543527 or 1692434. OLE color: 1692434.
HSL color Cylindrical-coordinate representation of color #12D319: hue angle of 122.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D319 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.17 |
| HSL | 122.18º | 0.84% | 0.45% | - |
| HSV(B) | 122.18º | 0.91% | 0.83% | - |
| XYZ | 23.72 | 46.79 | 8.7 | - |
| YUV | 132.09 | 67.56 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 25 | 0.91 | 0 | 0.88 | 0.17 | 122.18 | 0.84 | 0.45 |
| Hex | 12 | D3 | 19 | 5B | 0 | 58 | 11 | 7A | 54 | 2D |
| Octal | 22 | 323 | 31 | 133 | 0 | 130 | 21 | 172 | 124 | 55 |
| Binary | 10010 | 11010011 | 11001 | 1011011 | 0 | 1011000 | 10001 | 1111010 | 1010100 | 101101 |
Color Harmonies of #12D319
Complementary color
Monochromatic Colors of #12D319
Black with #12D319
Text Example
Text Example
White with #12D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D319; }
p { color: rgb(18,211,25); }
H1.HeaderClassName
{
color: #12D319;
}
.AnyTagClassName
{
color: #12D319;
}
</style>
background-color css
<style>
a { background-color: #12D319; }
a { background-color: rgb(18,211,25); }
div.DivClassName
{
background-color: #12D319;
}
.BgClassName
{
background-color: #12D319;
}
</style>
border-color css
<style>
span { border-color: #12D319; }
span { border-color: rgb(18,211,25); }
td.TdClassName
{
border-color: #12D319;
}
.TagClassName
{
border-color: #12D319;
}
</style>