Shades of Dark Pastel Green #16BA45
Tints of Dark Pastel Green #16BA45
RGB
CMYK
RGB Variations
Color information
#16BA45 (or 0x16BA45) is known color: Dark Pastel Green. HEX triplet: 16, BA and 45. RGB value is (22,186,69). Sum of RGB (Red+Green+Blue) = 22+186+69=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA45 is #E945BA. Grayscale: #7B7B7B. Windows color (decimal): -15287739 or 4569622. OLE color: 4569622.
HSL color Cylindrical-coordinate representation of color #16BA45: hue angle of 137.2º 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 #16BA45 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 69 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.27 |
| HSL | 137.2º | 0.79% | 0.41% | - |
| HSV(B) | 137.2º | 0.88% | 0.73% | - |
| XYZ | 18.96 | 35.72 | 11.53 | - |
| YUV | 123.63 | 97.17 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 69 | 0.88 | 0 | 0.63 | 0.27 | 137.2 | 0.79 | 0.41 |
| Hex | 16 | BA | 45 | 58 | 0 | 3F | 1B | 89 | 4F | 29 |
| Octal | 26 | 272 | 105 | 130 | 0 | 77 | 33 | 211 | 117 | 51 |
| Binary | 10110 | 10111010 | 1000101 | 1011000 | 0 | 111111 | 11011 | 10001001 | 1001111 | 101001 |
Color Harmonies of #16BA45
Complementary color
Monochromatic Colors of #16BA45
Black with #16BA45
Text Example
Text Example
White with #16BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA45; }
p { color: rgb(22,186,69); }
H1.HeaderClassName
{
color: #16BA45;
}
.AnyTagClassName
{
color: #16BA45;
}
</style>
background-color css
<style>
a { background-color: #16BA45; }
a { background-color: rgb(22,186,69); }
div.DivClassName
{
background-color: #16BA45;
}
.BgClassName
{
background-color: #16BA45;
}
</style>
border-color css
<style>
span { border-color: #16BA45; }
span { border-color: rgb(22,186,69); }
td.TdClassName
{
border-color: #16BA45;
}
.TagClassName
{
border-color: #16BA45;
}
</style>