Shades of Free Speech Green #15D212
Tints of Free Speech Green #15D212
RGB
CMYK
RGB Variations
Color information
#15D212 (or 0x15D212) is known color: Free Speech Green. HEX triplet: 15, D2 and 12. RGB value is (21,210,18). Sum of RGB (Red+Green+Blue) = 21+210+18=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 210 (82.42% from 255 or 84.34% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 210 - color contains mainly: green. Hex color #15D212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D212 is #EA2DED. Grayscale: #848484. Windows color (decimal): -15347182 or 1233429. OLE color: 1233429.
HSL color Cylindrical-coordinate representation of color #15D212: hue angle of 119.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D212 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 18 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.18 |
| HSL | 119.06º | 0.84% | 0.45% | - |
| HSV(B) | 119.06º | 0.91% | 0.82% | - |
| XYZ | 23.47 | 46.3 | 8.27 | - |
| YUV | 131.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 18 | 0.90 | 0 | 0.91 | 0.18 | 119.06 | 0.84 | 0.45 |
| Hex | 15 | D2 | 12 | 5A | 0 | 5B | 12 | 77 | 54 | 2D |
| Octal | 25 | 322 | 22 | 132 | 0 | 133 | 22 | 167 | 124 | 55 |
| Binary | 10101 | 11010010 | 10010 | 1011010 | 0 | 1011011 | 10010 | 1110111 | 1010100 | 101101 |
Color Harmonies of #15D212
Complementary color
Monochromatic Colors of #15D212
Black with #15D212
Text Example
Text Example
White with #15D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D212; }
p { color: rgb(21,210,18); }
H1.HeaderClassName
{
color: #15D212;
}
.AnyTagClassName
{
color: #15D212;
}
</style>
background-color css
<style>
a { background-color: #15D212; }
a { background-color: rgb(21,210,18); }
div.DivClassName
{
background-color: #15D212;
}
.BgClassName
{
background-color: #15D212;
}
</style>
border-color css
<style>
span { border-color: #15D212; }
span { border-color: rgb(21,210,18); }
td.TdClassName
{
border-color: #15D212;
}
.TagClassName
{
border-color: #15D212;
}
</style>