Shades of Dark Pastel Green #16BA36
Tints of Dark Pastel Green #16BA36
RGB
CMYK
RGB Variations
Color information
#16BA36 (or 0x16BA36) is known color: Dark Pastel Green. HEX triplet: 16, BA and 36. RGB value is (22,186,54). Sum of RGB (Red+Green+Blue) = 22+186+54=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA36 is #E945C9. Grayscale: #7A7A7A. Windows color (decimal): -15287754 or 3586582. OLE color: 3586582.
HSL color Cylindrical-coordinate representation of color #16BA36: hue angle of 131.71º 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 #16BA36 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 54 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.27 |
| HSL | 131.71º | 0.79% | 0.41% | - |
| HSV(B) | 131.71º | 0.88% | 0.73% | - |
| XYZ | 18.56 | 35.55 | 9.37 | - |
| YUV | 121.92 | 89.67 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 54 | 0.88 | 0 | 0.71 | 0.27 | 131.71 | 0.79 | 0.41 |
| Hex | 16 | BA | 36 | 58 | 0 | 47 | 1B | 84 | 4F | 29 |
| Octal | 26 | 272 | 66 | 130 | 0 | 107 | 33 | 204 | 117 | 51 |
| Binary | 10110 | 10111010 | 110110 | 1011000 | 0 | 1000111 | 11011 | 10000100 | 1001111 | 101001 |
Color Harmonies of #16BA36
Complementary color
Monochromatic Colors of #16BA36
Black with #16BA36
Text Example
Text Example
White with #16BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA36; }
p { color: rgb(22,186,54); }
H1.HeaderClassName
{
color: #16BA36;
}
.AnyTagClassName
{
color: #16BA36;
}
</style>
background-color css
<style>
a { background-color: #16BA36; }
a { background-color: rgb(22,186,54); }
div.DivClassName
{
background-color: #16BA36;
}
.BgClassName
{
background-color: #16BA36;
}
</style>
border-color css
<style>
span { border-color: #16BA36; }
span { border-color: rgb(22,186,54); }
td.TdClassName
{
border-color: #16BA36;
}
.TagClassName
{
border-color: #16BA36;
}
</style>