Shades of Dark Pastel Green #16B423
Tints of Dark Pastel Green #16B423
RGB
CMYK
RGB Variations
Color information
#16B423 (or 0x16B423) is known color: Dark Pastel Green. HEX triplet: 16, B4 and 23. RGB value is (22,180,35). Sum of RGB (Red+Green+Blue) = 22+180+35=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 180 (70.70% from 255 or 75.95% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 180 - color contains mainly: green. Hex color #16B423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B423 is #E94BDC. Grayscale: #747474. Windows color (decimal): -15289309 or 2339862. OLE color: 2339862.
HSL color Cylindrical-coordinate representation of color #16B423: hue angle of 124.94º 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 #16B423 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 35 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.29 |
| HSL | 124.94º | 0.78% | 0.4% | - |
| HSV(B) | 124.94º | 0.88% | 0.71% | - |
| XYZ | 16.96 | 32.93 | 7.05 | - |
| YUV | 116.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 35 | 0.88 | 0 | 0.81 | 0.29 | 124.94 | 0.78 | 0.4 |
| Hex | 16 | B4 | 23 | 58 | 0 | 51 | 1D | 7D | 4E | 28 |
| Octal | 26 | 264 | 43 | 130 | 0 | 121 | 35 | 175 | 116 | 50 |
| Binary | 10110 | 10110100 | 100011 | 1011000 | 0 | 1010001 | 11101 | 1111101 | 1001110 | 101000 |
Color Harmonies of #16B423
Complementary color
Monochromatic Colors of #16B423
Black with #16B423
Text Example
Text Example
White with #16B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B423; }
p { color: rgb(22,180,35); }
H1.HeaderClassName
{
color: #16B423;
}
.AnyTagClassName
{
color: #16B423;
}
</style>
background-color css
<style>
a { background-color: #16B423; }
a { background-color: rgb(22,180,35); }
div.DivClassName
{
background-color: #16B423;
}
.BgClassName
{
background-color: #16B423;
}
</style>
border-color css
<style>
span { border-color: #16B423; }
span { border-color: rgb(22,180,35); }
td.TdClassName
{
border-color: #16B423;
}
.TagClassName
{
border-color: #16B423;
}
</style>