Shades of Dark Pastel Green #16BB2C
Tints of Dark Pastel Green #16BB2C
RGB
CMYK
RGB Variations
Color information
#16BB2C (or 0x16BB2C) is known color: Dark Pastel Green. HEX triplet: 16, BB and 2C. RGB value is (22,187,44). Sum of RGB (Red+Green+Blue) = 22+187+44=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 187 (73.44% from 255 or 73.91% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BB2C is #E944D3. Grayscale: #797979. Windows color (decimal): -15287508 or 2931478. OLE color: 2931478.
HSL color Cylindrical-coordinate representation of color #16BB2C: hue angle of 128º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BB2C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 44 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.27 |
| HSL | 128º | 0.79% | 0.41% | - |
| HSV(B) | 128º | 0.88% | 0.73% | - |
| XYZ | 18.56 | 35.89 | 8.33 | - |
| YUV | 121.36 | 84.34 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 44 | 0.88 | 0 | 0.76 | 0.27 | 128 | 0.79 | 0.41 |
| Hex | 16 | BB | 2C | 58 | 0 | 4C | 1B | 80 | 4F | 29 |
| Octal | 26 | 273 | 54 | 130 | 0 | 114 | 33 | 200 | 117 | 51 |
| Binary | 10110 | 10111011 | 101100 | 1011000 | 0 | 1001100 | 11011 | 10000000 | 1001111 | 101001 |
Color Harmonies of #16BB2C
Complementary color
Monochromatic Colors of #16BB2C
Black with #16BB2C
Text Example
Text Example
White with #16BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BB2C; }
p { color: rgb(22,187,44); }
H1.HeaderClassName
{
color: #16BB2C;
}
.AnyTagClassName
{
color: #16BB2C;
}
</style>
background-color css
<style>
a { background-color: #16BB2C; }
a { background-color: rgb(22,187,44); }
div.DivClassName
{
background-color: #16BB2C;
}
.BgClassName
{
background-color: #16BB2C;
}
</style>
border-color css
<style>
span { border-color: #16BB2C; }
span { border-color: rgb(22,187,44); }
td.TdClassName
{
border-color: #16BB2C;
}
.TagClassName
{
border-color: #16BB2C;
}
</style>