Shades of Dark Pastel Green #16B434
Tints of Dark Pastel Green #16B434
RGB
CMYK
RGB Variations
Color information
#16B434 (or 0x16B434) is known color: Dark Pastel Green. HEX triplet: 16, B4 and 34. RGB value is (22,180,52). Sum of RGB (Red+Green+Blue) = 22+180+52=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #16B434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B434 is #E94BCB. Grayscale: #767676. Windows color (decimal): -15289292 or 3453974. OLE color: 3453974.
HSL color Cylindrical-coordinate representation of color #16B434: hue angle of 131.39º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B434 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 52 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.29 |
| HSL | 131.39º | 0.78% | 0.4% | - |
| HSV(B) | 131.39º | 0.88% | 0.71% | - |
| XYZ | 17.27 | 33.06 | 8.72 | - |
| YUV | 118.17 | 90.65 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 52 | 0.88 | 0 | 0.71 | 0.29 | 131.39 | 0.78 | 0.4 |
| Hex | 16 | B4 | 34 | 58 | 0 | 47 | 1D | 83 | 4E | 28 |
| Octal | 26 | 264 | 64 | 130 | 0 | 107 | 35 | 203 | 116 | 50 |
| Binary | 10110 | 10110100 | 110100 | 1011000 | 0 | 1000111 | 11101 | 10000011 | 1001110 | 101000 |
Color Harmonies of #16B434
Complementary color
Monochromatic Colors of #16B434
Black with #16B434
Text Example
Text Example
White with #16B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B434; }
p { color: rgb(22,180,52); }
H1.HeaderClassName
{
color: #16B434;
}
.AnyTagClassName
{
color: #16B434;
}
</style>
background-color css
<style>
a { background-color: #16B434; }
a { background-color: rgb(22,180,52); }
div.DivClassName
{
background-color: #16B434;
}
.BgClassName
{
background-color: #16B434;
}
</style>
border-color css
<style>
span { border-color: #16B434; }
span { border-color: rgb(22,180,52); }
td.TdClassName
{
border-color: #16B434;
}
.TagClassName
{
border-color: #16B434;
}
</style>