Shades of Free Speech Green #12D313
Tints of Free Speech Green #12D313
RGB
CMYK
RGB Variations
Color information
#12D313 (or 0x12D313) is known color: Free Speech Green. HEX triplet: 12, D3 and 13. RGB value is (18,211,19). Sum of RGB (Red+Green+Blue) = 18+211+19=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 211 (82.81% from 255 or 85.08% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 211 - color contains mainly: green. Hex color #12D313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D313 is #ED2CEC. Grayscale: #838383. Windows color (decimal): -15543533 or 1299218. OLE color: 1299218.
HSL color Cylindrical-coordinate representation of color #12D313: hue angle of 120.31º 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 #12D313 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 19 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.17 |
| HSL | 120.31º | 0.84% | 0.45% | - |
| HSV(B) | 120.31º | 0.91% | 0.83% | - |
| XYZ | 23.66 | 46.76 | 8.4 | - |
| YUV | 131.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 19 | 0.91 | 0 | 0.91 | 0.17 | 120.31 | 0.84 | 0.45 |
| Hex | 12 | D3 | 13 | 5B | 0 | 5B | 11 | 78 | 54 | 2D |
| Octal | 22 | 323 | 23 | 133 | 0 | 133 | 21 | 170 | 124 | 55 |
| Binary | 10010 | 11010011 | 10011 | 1011011 | 0 | 1011011 | 10001 | 1111000 | 1010100 | 101101 |
Color Harmonies of #12D313
Complementary color
Monochromatic Colors of #12D313
Black with #12D313
Text Example
Text Example
White with #12D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D313; }
p { color: rgb(18,211,19); }
H1.HeaderClassName
{
color: #12D313;
}
.AnyTagClassName
{
color: #12D313;
}
</style>
background-color css
<style>
a { background-color: #12D313; }
a { background-color: rgb(18,211,19); }
div.DivClassName
{
background-color: #12D313;
}
.BgClassName
{
background-color: #12D313;
}
</style>
border-color css
<style>
span { border-color: #12D313; }
span { border-color: rgb(18,211,19); }
td.TdClassName
{
border-color: #12D313;
}
.TagClassName
{
border-color: #12D313;
}
</style>