Shades of Free Speech Green #13D418
Tints of Free Speech Green #13D418
RGB
CMYK
RGB Variations
Color information
#13D418 (or 0x13D418) is known color: Free Speech Green. HEX triplet: 13, D4 and 18. RGB value is (19,212,24). Sum of RGB (Red+Green+Blue) = 19+212+24=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 212 (83.20% from 255 or 83.14% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 212 - color contains mainly: green. Hex color #13D418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D418 is #EC2BE7. Grayscale: #858585. Windows color (decimal): -15477736 or 1627155. OLE color: 1627155.
HSL color Cylindrical-coordinate representation of color #13D418: hue angle of 121.55º 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 #13D418 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 212 | 24 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.17 |
| HSL | 121.55º | 0.84% | 0.45% | - |
| HSV(B) | 121.55º | 0.91% | 0.83% | - |
| XYZ | 23.98 | 47.29 | 8.73 | - |
| YUV | 132.86 | 66.56 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 212 | 24 | 0.91 | 0 | 0.89 | 0.17 | 121.55 | 0.84 | 0.45 |
| Hex | 13 | D4 | 18 | 5B | 0 | 59 | 11 | 7A | 54 | 2D |
| Octal | 23 | 324 | 30 | 133 | 0 | 131 | 21 | 172 | 124 | 55 |
| Binary | 10011 | 11010100 | 11000 | 1011011 | 0 | 1011001 | 10001 | 1111010 | 1010100 | 101101 |
Color Harmonies of #13D418
Complementary color
Monochromatic Colors of #13D418
Black with #13D418
Text Example
Text Example
White with #13D418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D418; }
p { color: rgb(19,212,24); }
H1.HeaderClassName
{
color: #13D418;
}
.AnyTagClassName
{
color: #13D418;
}
</style>
background-color css
<style>
a { background-color: #13D418; }
a { background-color: rgb(19,212,24); }
div.DivClassName
{
background-color: #13D418;
}
.BgClassName
{
background-color: #13D418;
}
</style>
border-color css
<style>
span { border-color: #13D418; }
span { border-color: rgb(19,212,24); }
td.TdClassName
{
border-color: #13D418;
}
.TagClassName
{
border-color: #13D418;
}
</style>