Shades of Dark Pastel Green #16C128
Tints of Dark Pastel Green #16C128
RGB
CMYK
RGB Variations
Color information
#16C128 (or 0x16C128) is known color: Dark Pastel Green. HEX triplet: 16, C1 and 28. RGB value is (22,193,40). Sum of RGB (Red+Green+Blue) = 22+193+40=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #16C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C128 is #E93ED7. Grayscale: #7C7C7C. Windows color (decimal): -15285976 or 2670870. OLE color: 2670870.
HSL color Cylindrical-coordinate representation of color #16C128: hue angle of 126.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C128 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 40 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.24 |
| HSL | 126.32º | 0.8% | 0.42% | - |
| HSV(B) | 126.32º | 0.89% | 0.76% | - |
| XYZ | 19.78 | 38.46 | 8.39 | - |
| YUV | 124.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 40 | 0.89 | 0 | 0.79 | 0.24 | 126.32 | 0.8 | 0.42 |
| Hex | 16 | C1 | 28 | 59 | 0 | 4F | 18 | 7E | 50 | 2A |
| Octal | 26 | 301 | 50 | 131 | 0 | 117 | 30 | 176 | 120 | 52 |
| Binary | 10110 | 11000001 | 101000 | 1011001 | 0 | 1001111 | 11000 | 1111110 | 1010000 | 101010 |
Color Harmonies of #16C128
Complementary color
Monochromatic Colors of #16C128
Black with #16C128
Text Example
Text Example
White with #16C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C128; }
p { color: rgb(22,193,40); }
H1.HeaderClassName
{
color: #16C128;
}
.AnyTagClassName
{
color: #16C128;
}
</style>
background-color css
<style>
a { background-color: #16C128; }
a { background-color: rgb(22,193,40); }
div.DivClassName
{
background-color: #16C128;
}
.BgClassName
{
background-color: #16C128;
}
</style>
border-color css
<style>
span { border-color: #16C128; }
span { border-color: rgb(22,193,40); }
td.TdClassName
{
border-color: #16C128;
}
.TagClassName
{
border-color: #16C128;
}
</style>