Shades of Dark Pastel Green #16B149
Tints of Dark Pastel Green #16B149
RGB
CMYK
RGB Variations
Color information
#16B149 (or 0x16B149) is known color: Dark Pastel Green. HEX triplet: 16, B1 and 49. RGB value is (22,177,73). Sum of RGB (Red+Green+Blue) = 22+177+73=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #16B149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B149 is #E94EB6. Grayscale: #777777. Windows color (decimal): -15290039 or 4829462. OLE color: 4829462.
HSL color Cylindrical-coordinate representation of color #16B149: hue angle of 139.74º 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 #16B149 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 73 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.31 |
| HSL | 139.74º | 0.78% | 0.39% | - |
| HSV(B) | 139.74º | 0.88% | 0.69% | - |
| XYZ | 17.26 | 32.1 | 11.59 | - |
| YUV | 118.8 | 102.15 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 73 | 0.88 | 0 | 0.59 | 0.31 | 139.74 | 0.78 | 0.39 |
| Hex | 16 | B1 | 49 | 58 | 0 | 3B | 1F | 8C | 4E | 27 |
| Octal | 26 | 261 | 111 | 130 | 0 | 73 | 37 | 214 | 116 | 47 |
| Binary | 10110 | 10110001 | 1001001 | 1011000 | 0 | 111011 | 11111 | 10001100 | 1001110 | 100111 |
Color Harmonies of #16B149
Complementary color
Monochromatic Colors of #16B149
Black with #16B149
Text Example
Text Example
White with #16B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B149; }
p { color: rgb(22,177,73); }
H1.HeaderClassName
{
color: #16B149;
}
.AnyTagClassName
{
color: #16B149;
}
</style>
background-color css
<style>
a { background-color: #16B149; }
a { background-color: rgb(22,177,73); }
div.DivClassName
{
background-color: #16B149;
}
.BgClassName
{
background-color: #16B149;
}
</style>
border-color css
<style>
span { border-color: #16B149; }
span { border-color: rgb(22,177,73); }
td.TdClassName
{
border-color: #16B149;
}
.TagClassName
{
border-color: #16B149;
}
</style>