Shades of Dark Pastel Green #16BB46
Tints of Dark Pastel Green #16BB46
RGB
CMYK
RGB Variations
Color information
#16BB46 (or 0x16BB46) is known color: Dark Pastel Green. HEX triplet: 16, BB and 46. RGB value is (22,187,70). Sum of RGB (Red+Green+Blue) = 22+187+70=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BB46 is #E944B9. Grayscale: #7C7C7C. Windows color (decimal): -15287482 or 4635414. OLE color: 4635414.
HSL color Cylindrical-coordinate representation of color #16BB46: hue angle of 137.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BB46 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 70 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.27 |
| HSL | 137.45º | 0.79% | 0.41% | - |
| HSV(B) | 137.45º | 0.88% | 0.73% | - |
| XYZ | 19.21 | 36.15 | 11.76 | - |
| YUV | 124.33 | 97.34 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 70 | 0.88 | 0 | 0.63 | 0.27 | 137.45 | 0.79 | 0.41 |
| Hex | 16 | BB | 46 | 58 | 0 | 3F | 1B | 89 | 4F | 29 |
| Octal | 26 | 273 | 106 | 130 | 0 | 77 | 33 | 211 | 117 | 51 |
| Binary | 10110 | 10111011 | 1000110 | 1011000 | 0 | 111111 | 11011 | 10001001 | 1001111 | 101001 |
Color Harmonies of #16BB46
Complementary color
Monochromatic Colors of #16BB46
Black with #16BB46
Text Example
Text Example
White with #16BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BB46; }
p { color: rgb(22,187,70); }
H1.HeaderClassName
{
color: #16BB46;
}
.AnyTagClassName
{
color: #16BB46;
}
</style>
background-color css
<style>
a { background-color: #16BB46; }
a { background-color: rgb(22,187,70); }
div.DivClassName
{
background-color: #16BB46;
}
.BgClassName
{
background-color: #16BB46;
}
</style>
border-color css
<style>
span { border-color: #16BB46; }
span { border-color: rgb(22,187,70); }
td.TdClassName
{
border-color: #16BB46;
}
.TagClassName
{
border-color: #16BB46;
}
</style>