Shades of Free Speech Green #15DB06
Tints of Free Speech Green #15DB06
RGB
CMYK
RGB Variations
Color information
#15DB06 (or 0x15DB06) is known color: Free Speech Green. HEX triplet: 15, DB and 06. RGB value is (21,219,6). Sum of RGB (Red+Green+Blue) = 21+219+6=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 219 (85.94% from 255 or 89.02% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 219 - color contains mainly: green. Hex color #15DB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DB06 is #EA24F9. Grayscale: #888888. Windows color (decimal): -15344890 or 449301. OLE color: 449301.
HSL color Cylindrical-coordinate representation of color #15DB06: hue angle of 115.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15DB06 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 6 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.14 |
| HSL | 115.77º | 0.95% | 0.44% | - |
| HSV(B) | 115.77º | 0.97% | 0.86% | - |
| XYZ | 25.67 | 50.84 | 8.63 | - |
| YUV | 135.52 | 54.9 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 6 | 0.90 | 0 | 0.97 | 0.14 | 115.77 | 0.95 | 0.44 |
| Hex | 15 | DB | 6 | 5A | 0 | 61 | E | 74 | 5F | 2C |
| Octal | 25 | 333 | 6 | 132 | 0 | 141 | 16 | 164 | 137 | 54 |
| Binary | 10101 | 11011011 | 110 | 1011010 | 0 | 1100001 | 1110 | 1110100 | 1011111 | 101100 |
Color Harmonies of #15DB06
Complementary color
Monochromatic Colors of #15DB06
Black with #15DB06
Text Example
Text Example
White with #15DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DB06; }
p { color: rgb(21,219,6); }
H1.HeaderClassName
{
color: #15DB06;
}
.AnyTagClassName
{
color: #15DB06;
}
</style>
background-color css
<style>
a { background-color: #15DB06; }
a { background-color: rgb(21,219,6); }
div.DivClassName
{
background-color: #15DB06;
}
.BgClassName
{
background-color: #15DB06;
}
</style>
border-color css
<style>
span { border-color: #15DB06; }
span { border-color: rgb(21,219,6); }
td.TdClassName
{
border-color: #15DB06;
}
.TagClassName
{
border-color: #15DB06;
}
</style>