Shades of Dark Pastel Green #16B145
Tints of Dark Pastel Green #16B145
RGB
CMYK
RGB Variations
Color information
#16B145 (or 0x16B145) is known color: Dark Pastel Green. HEX triplet: 16, B1 and 45. RGB value is (22,177,69). Sum of RGB (Red+Green+Blue) = 22+177+69=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #16B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B145 is #E94EBA. Grayscale: #767676. Windows color (decimal): -15290043 or 4567318. OLE color: 4567318.
HSL color Cylindrical-coordinate representation of color #16B145: hue angle of 138.19º 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 #16B145 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 69 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.31 |
| HSL | 138.19º | 0.78% | 0.39% | - |
| HSV(B) | 138.19º | 0.88% | 0.69% | - |
| XYZ | 17.13 | 32.04 | 10.91 | - |
| YUV | 118.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 69 | 0.88 | 0 | 0.61 | 0.31 | 138.19 | 0.78 | 0.39 |
| Hex | 16 | B1 | 45 | 58 | 0 | 3D | 1F | 8A | 4E | 27 |
| Octal | 26 | 261 | 105 | 130 | 0 | 75 | 37 | 212 | 116 | 47 |
| Binary | 10110 | 10110001 | 1000101 | 1011000 | 0 | 111101 | 11111 | 10001010 | 1001110 | 100111 |
Color Harmonies of #16B145
Complementary color
Monochromatic Colors of #16B145
Black with #16B145
Text Example
Text Example
White with #16B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B145; }
p { color: rgb(22,177,69); }
H1.HeaderClassName
{
color: #16B145;
}
.AnyTagClassName
{
color: #16B145;
}
</style>
background-color css
<style>
a { background-color: #16B145; }
a { background-color: rgb(22,177,69); }
div.DivClassName
{
background-color: #16B145;
}
.BgClassName
{
background-color: #16B145;
}
</style>
border-color css
<style>
span { border-color: #16B145; }
span { border-color: rgb(22,177,69); }
td.TdClassName
{
border-color: #16B145;
}
.TagClassName
{
border-color: #16B145;
}
</style>