Shades of Dark Pastel Green #16BA46
Tints of Dark Pastel Green #16BA46
RGB
CMYK
RGB Variations
Color information
#16BA46 (or 0x16BA46) is known color: Dark Pastel Green. HEX triplet: 16, BA and 46. RGB value is (22,186,70). Sum of RGB (Red+Green+Blue) = 22+186+70=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA46 is #E945B9. Grayscale: #7C7C7C. Windows color (decimal): -15287738 or 4635158. OLE color: 4635158.
HSL color Cylindrical-coordinate representation of color #16BA46: hue angle of 137.56º 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 #16BA46 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 70 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.27 |
| HSL | 137.56º | 0.79% | 0.41% | - |
| HSV(B) | 137.56º | 0.88% | 0.73% | - |
| XYZ | 19 | 35.73 | 11.69 | - |
| YUV | 123.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 70 | 0.88 | 0 | 0.62 | 0.27 | 137.56 | 0.79 | 0.41 |
| Hex | 16 | BA | 46 | 58 | 0 | 3E | 1B | 8A | 4F | 29 |
| Octal | 26 | 272 | 106 | 130 | 0 | 76 | 33 | 212 | 117 | 51 |
| Binary | 10110 | 10111010 | 1000110 | 1011000 | 0 | 111110 | 11011 | 10001010 | 1001111 | 101001 |
Color Harmonies of #16BA46
Complementary color
Monochromatic Colors of #16BA46
Black with #16BA46
Text Example
Text Example
White with #16BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA46; }
p { color: rgb(22,186,70); }
H1.HeaderClassName
{
color: #16BA46;
}
.AnyTagClassName
{
color: #16BA46;
}
</style>
background-color css
<style>
a { background-color: #16BA46; }
a { background-color: rgb(22,186,70); }
div.DivClassName
{
background-color: #16BA46;
}
.BgClassName
{
background-color: #16BA46;
}
</style>
border-color css
<style>
span { border-color: #16BA46; }
span { border-color: rgb(22,186,70); }
td.TdClassName
{
border-color: #16BA46;
}
.TagClassName
{
border-color: #16BA46;
}
</style>