Shades of Dark Pastel Green #16B040
Tints of Dark Pastel Green #16B040
RGB
CMYK
RGB Variations
Color information
#16B040 (or 0x16B040) is known color: Dark Pastel Green. HEX triplet: 16, B0 and 40. RGB value is (22,176,64). Sum of RGB (Red+Green+Blue) = 22+176+64=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 176 (69.14% from 255 or 67.18% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 176 - color contains mainly: green. Hex color #16B040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B040 is #E94FBF. Grayscale: #757575. Windows color (decimal): -15290304 or 4239382. OLE color: 4239382.
HSL color Cylindrical-coordinate representation of color #16B040: hue angle of 136.36º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B040 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 176 | 64 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.31 |
| HSL | 136.36º | 0.78% | 0.39% | - |
| HSV(B) | 136.36º | 0.88% | 0.69% | - |
| XYZ | 16.78 | 31.59 | 10.06 | - |
| YUV | 117.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 176 | 64 | 0.88 | 0 | 0.64 | 0.31 | 136.36 | 0.78 | 0.39 |
| Hex | 16 | B0 | 40 | 58 | 0 | 40 | 1F | 88 | 4E | 27 |
| Octal | 26 | 260 | 100 | 130 | 0 | 100 | 37 | 210 | 116 | 47 |
| Binary | 10110 | 10110000 | 1000000 | 1011000 | 0 | 1000000 | 11111 | 10001000 | 1001110 | 100111 |
Color Harmonies of #16B040
Complementary color
Monochromatic Colors of #16B040
Black with #16B040
Text Example
Text Example
White with #16B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B040; }
p { color: rgb(22,176,64); }
H1.HeaderClassName
{
color: #16B040;
}
.AnyTagClassName
{
color: #16B040;
}
</style>
background-color css
<style>
a { background-color: #16B040; }
a { background-color: rgb(22,176,64); }
div.DivClassName
{
background-color: #16B040;
}
.BgClassName
{
background-color: #16B040;
}
</style>
border-color css
<style>
span { border-color: #16B040; }
span { border-color: rgb(22,176,64); }
td.TdClassName
{
border-color: #16B040;
}
.TagClassName
{
border-color: #16B040;
}
</style>