Shades of Free Speech Green #15D409
Tints of Free Speech Green #15D409
RGB
CMYK
RGB Variations
Color information
#15D409 (or 0x15D409) is known color: Free Speech Green. HEX triplet: 15, D4 and 09. RGB value is (21,212,9). Sum of RGB (Red+Green+Blue) = 21+212+9=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 212 (83.20% from 255 or 87.60% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 212 - color contains mainly: green. Hex color #15D409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D409 is #EA2BF6. Grayscale: #848484. Windows color (decimal): -15346679 or 644117. OLE color: 644117.
HSL color Cylindrical-coordinate representation of color #15D409: hue angle of 116.45º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15D409 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 212 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.17 |
| HSL | 116.45º | 0.92% | 0.43% | - |
| HSV(B) | 116.45º | 0.96% | 0.83% | - |
| XYZ | 23.9 | 47.27 | 8.12 | - |
| YUV | 131.75 | 58.72 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 212 | 9 | 0.90 | 0 | 0.96 | 0.17 | 116.45 | 0.92 | 0.43 |
| Hex | 15 | D4 | 9 | 5A | 0 | 60 | 11 | 74 | 5C | 2B |
| Octal | 25 | 324 | 11 | 132 | 0 | 140 | 21 | 164 | 134 | 53 |
| Binary | 10101 | 11010100 | 1001 | 1011010 | 0 | 1100000 | 10001 | 1110100 | 1011100 | 101011 |
Color Harmonies of #15D409
Complementary color
Monochromatic Colors of #15D409
Black with #15D409
Text Example
Text Example
White with #15D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D409; }
p { color: rgb(21,212,9); }
H1.HeaderClassName
{
color: #15D409;
}
.AnyTagClassName
{
color: #15D409;
}
</style>
background-color css
<style>
a { background-color: #15D409; }
a { background-color: rgb(21,212,9); }
div.DivClassName
{
background-color: #15D409;
}
.BgClassName
{
background-color: #15D409;
}
</style>
border-color css
<style>
span { border-color: #15D409; }
span { border-color: rgb(21,212,9); }
td.TdClassName
{
border-color: #15D409;
}
.TagClassName
{
border-color: #15D409;
}
</style>