Shades of Free Speech Green #15DD12
Tints of Free Speech Green #15DD12
RGB
CMYK
RGB Variations
Color information
#15DD12 (or 0x15DD12) is known color: Free Speech Green. HEX triplet: 15, DD and 12. RGB value is (21,221,18). Sum of RGB (Red+Green+Blue) = 21+221+18=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 221 (86.72% from 255 or 85% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DD12 is #EA22ED. Grayscale: #8A8A8A. Windows color (decimal): -15344366 or 1236245. OLE color: 1236245.
HSL color Cylindrical-coordinate representation of color #15DD12: hue angle of 119.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DD12 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 18 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.13 |
| HSL | 119.11º | 0.85% | 0.47% | - |
| HSV(B) | 119.11º | 0.92% | 0.87% | - |
| XYZ | 26.27 | 51.92 | 9.21 | - |
| YUV | 138.06 | 60.24 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 18 | 0.90 | 0 | 0.92 | 0.13 | 119.11 | 0.85 | 0.47 |
| Hex | 15 | DD | 12 | 5A | 0 | 5C | D | 77 | 55 | 2F |
| Octal | 25 | 335 | 22 | 132 | 0 | 134 | 15 | 167 | 125 | 57 |
| Binary | 10101 | 11011101 | 10010 | 1011010 | 0 | 1011100 | 1101 | 1110111 | 1010101 | 101111 |
Color Harmonies of #15DD12
Complementary color
Monochromatic Colors of #15DD12
Black with #15DD12
Text Example
Text Example
White with #15DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD12; }
p { color: rgb(21,221,18); }
H1.HeaderClassName
{
color: #15DD12;
}
.AnyTagClassName
{
color: #15DD12;
}
</style>
background-color css
<style>
a { background-color: #15DD12; }
a { background-color: rgb(21,221,18); }
div.DivClassName
{
background-color: #15DD12;
}
.BgClassName
{
background-color: #15DD12;
}
</style>
border-color css
<style>
span { border-color: #15DD12; }
span { border-color: rgb(21,221,18); }
td.TdClassName
{
border-color: #15DD12;
}
.TagClassName
{
border-color: #15DD12;
}
</style>