Shades of Dark Pastel Green #16B832
Tints of Dark Pastel Green #16B832
RGB
CMYK
RGB Variations
Color information
#16B832 (or 0x16B832) is known color: Dark Pastel Green. HEX triplet: 16, B8 and 32. RGB value is (22,184,50). Sum of RGB (Red+Green+Blue) = 22+184+50=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 184 (72.27% from 255 or 71.88% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 184 - color contains mainly: green. Hex color #16B832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B832 is #E947CD. Grayscale: #787878. Windows color (decimal): -15288270 or 3323926. OLE color: 3323926.
HSL color Cylindrical-coordinate representation of color #16B832: hue angle of 130.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B832 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 50 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.28 |
| HSL | 130.37º | 0.79% | 0.4% | - |
| HSV(B) | 130.37º | 0.88% | 0.72% | - |
| XYZ | 18.05 | 34.68 | 8.76 | - |
| YUV | 120.29 | 88.33 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 50 | 0.88 | 0 | 0.73 | 0.28 | 130.37 | 0.79 | 0.4 |
| Hex | 16 | B8 | 32 | 58 | 0 | 49 | 1C | 82 | 4F | 28 |
| Octal | 26 | 270 | 62 | 130 | 0 | 111 | 34 | 202 | 117 | 50 |
| Binary | 10110 | 10111000 | 110010 | 1011000 | 0 | 1001001 | 11100 | 10000010 | 1001111 | 101000 |
Color Harmonies of #16B832
Complementary color
Monochromatic Colors of #16B832
Black with #16B832
Text Example
Text Example
White with #16B832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B832; }
p { color: rgb(22,184,50); }
H1.HeaderClassName
{
color: #16B832;
}
.AnyTagClassName
{
color: #16B832;
}
</style>
background-color css
<style>
a { background-color: #16B832; }
a { background-color: rgb(22,184,50); }
div.DivClassName
{
background-color: #16B832;
}
.BgClassName
{
background-color: #16B832;
}
</style>
border-color css
<style>
span { border-color: #16B832; }
span { border-color: rgb(22,184,50); }
td.TdClassName
{
border-color: #16B832;
}
.TagClassName
{
border-color: #16B832;
}
</style>