Shades of Free Speech Green #13D314
Tints of Free Speech Green #13D314
RGB
CMYK
RGB Variations
Color information
#13D314 (or 0x13D314) is known color: Free Speech Green. HEX triplet: 13, D3 and 14. RGB value is (19,211,20). Sum of RGB (Red+Green+Blue) = 19+211+20=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 211 (82.81% from 255 or 84.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 211 - color contains mainly: green. Hex color #13D314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D314 is #EC2CEB. Grayscale: #848484. Windows color (decimal): -15477996 or 1364755. OLE color: 1364755.
HSL color Cylindrical-coordinate representation of color #13D314: hue angle of 120.31º degrees, saturation: 0.83, 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 #13D314 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 20 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.17 |
| HSL | 120.31º | 0.83% | 0.45% | - |
| HSV(B) | 120.31º | 0.91% | 0.83% | - |
| XYZ | 23.69 | 46.78 | 8.44 | - |
| YUV | 131.82 | 64.89 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 20 | 0.91 | 0 | 0.91 | 0.17 | 120.31 | 0.83 | 0.45 |
| Hex | 13 | D3 | 14 | 5B | 0 | 5B | 11 | 78 | 53 | 2D |
| Octal | 23 | 323 | 24 | 133 | 0 | 133 | 21 | 170 | 123 | 55 |
| Binary | 10011 | 11010011 | 10100 | 1011011 | 0 | 1011011 | 10001 | 1111000 | 1010011 | 101101 |
Color Harmonies of #13D314
Complementary color
Monochromatic Colors of #13D314
Black with #13D314
Text Example
Text Example
White with #13D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D314; }
p { color: rgb(19,211,20); }
H1.HeaderClassName
{
color: #13D314;
}
.AnyTagClassName
{
color: #13D314;
}
</style>
background-color css
<style>
a { background-color: #13D314; }
a { background-color: rgb(19,211,20); }
div.DivClassName
{
background-color: #13D314;
}
.BgClassName
{
background-color: #13D314;
}
</style>
border-color css
<style>
span { border-color: #13D314; }
span { border-color: rgb(19,211,20); }
td.TdClassName
{
border-color: #13D314;
}
.TagClassName
{
border-color: #13D314;
}
</style>