Shades of Free Speech Green #15DC15
Tints of Free Speech Green #15DC15
RGB
CMYK
RGB Variations
Color information
#15DC15 (or 0x15DC15) is known color: Free Speech Green. HEX triplet: 15, DC and 15. RGB value is (21,220,21). Sum of RGB (Red+Green+Blue) = 21+220+21=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DC15 is #EA23EA. Grayscale: #8A8A8A. Windows color (decimal): -15344619 or 1432597. OLE color: 1432597.
HSL color Cylindrical-coordinate representation of color #15DC15: hue angle of 120º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DC15 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 21 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.14 |
| HSL | 120º | 0.83% | 0.47% | - |
| HSV(B) | 120º | 0.9% | 0.86% | - |
| XYZ | 26.04 | 51.4 | 9.26 | - |
| YUV | 137.81 | 62.07 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 21 | 0.90 | 0 | 0.90 | 0.14 | 120 | 0.83 | 0.47 |
| Hex | 15 | DC | 15 | 5A | 0 | 5A | E | 78 | 53 | 2F |
| Octal | 25 | 334 | 25 | 132 | 0 | 132 | 16 | 170 | 123 | 57 |
| Binary | 10101 | 11011100 | 10101 | 1011010 | 0 | 1011010 | 1110 | 1111000 | 1010011 | 101111 |
Color Harmonies of #15DC15
Complementary color
Monochromatic Colors of #15DC15
Black with #15DC15
Text Example
Text Example
White with #15DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DC15; }
p { color: rgb(21,220,21); }
H1.HeaderClassName
{
color: #15DC15;
}
.AnyTagClassName
{
color: #15DC15;
}
</style>
background-color css
<style>
a { background-color: #15DC15; }
a { background-color: rgb(21,220,21); }
div.DivClassName
{
background-color: #15DC15;
}
.BgClassName
{
background-color: #15DC15;
}
</style>
border-color css
<style>
span { border-color: #15DC15; }
span { border-color: rgb(21,220,21); }
td.TdClassName
{
border-color: #15DC15;
}
.TagClassName
{
border-color: #15DC15;
}
</style>