Shades of Dark Pastel Green #16B52C
Tints of Dark Pastel Green #16B52C
RGB
CMYK
RGB Variations
Color information
#16B52C (or 0x16B52C) is known color: Dark Pastel Green. HEX triplet: 16, B5 and 2C. RGB value is (22,181,44). Sum of RGB (Red+Green+Blue) = 22+181+44=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #16B52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B52C is #E94AD3. Grayscale: #767676. Windows color (decimal): -15289044 or 2929942. OLE color: 2929942.
HSL color Cylindrical-coordinate representation of color #16B52C: hue angle of 128.3º 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 #16B52C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 44 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.29 |
| HSL | 128.3º | 0.78% | 0.4% | - |
| HSV(B) | 128.3º | 0.88% | 0.71% | - |
| XYZ | 17.31 | 33.4 | 7.92 | - |
| YUV | 117.84 | 86.32 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 44 | 0.88 | 0 | 0.76 | 0.29 | 128.3 | 0.78 | 0.4 |
| Hex | 16 | B5 | 2C | 58 | 0 | 4C | 1D | 80 | 4E | 28 |
| Octal | 26 | 265 | 54 | 130 | 0 | 114 | 35 | 200 | 116 | 50 |
| Binary | 10110 | 10110101 | 101100 | 1011000 | 0 | 1001100 | 11101 | 10000000 | 1001110 | 101000 |
Color Harmonies of #16B52C
Complementary color
Monochromatic Colors of #16B52C
Black with #16B52C
Text Example
Text Example
White with #16B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B52C; }
p { color: rgb(22,181,44); }
H1.HeaderClassName
{
color: #16B52C;
}
.AnyTagClassName
{
color: #16B52C;
}
</style>
background-color css
<style>
a { background-color: #16B52C; }
a { background-color: rgb(22,181,44); }
div.DivClassName
{
background-color: #16B52C;
}
.BgClassName
{
background-color: #16B52C;
}
</style>
border-color css
<style>
span { border-color: #16B52C; }
span { border-color: rgb(22,181,44); }
td.TdClassName
{
border-color: #16B52C;
}
.TagClassName
{
border-color: #16B52C;
}
</style>