Shades of Dark Pastel Green #16BC2C
Tints of Dark Pastel Green #16BC2C
RGB
CMYK
RGB Variations
Color information
#16BC2C (or 0x16BC2C) is known color: Dark Pastel Green. HEX triplet: 16, BC and 2C. RGB value is (22,188,44). Sum of RGB (Red+Green+Blue) = 22+188+44=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BC2C is #E943D3. Grayscale: #7A7A7A. Windows color (decimal): -15287252 or 2931734. OLE color: 2931734.
HSL color Cylindrical-coordinate representation of color #16BC2C: hue angle of 127.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BC2C is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 44 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.26 |
| HSL | 127.95º | 0.79% | 0.41% | - |
| HSV(B) | 127.95º | 0.88% | 0.74% | - |
| XYZ | 18.77 | 36.32 | 8.4 | - |
| YUV | 121.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 44 | 0.88 | 0 | 0.77 | 0.26 | 127.95 | 0.79 | 0.41 |
| Hex | 16 | BC | 2C | 58 | 0 | 4D | 1A | 80 | 4F | 29 |
| Octal | 26 | 274 | 54 | 130 | 0 | 115 | 32 | 200 | 117 | 51 |
| Binary | 10110 | 10111100 | 101100 | 1011000 | 0 | 1001101 | 11010 | 10000000 | 1001111 | 101001 |
Color Harmonies of #16BC2C
Complementary color
Monochromatic Colors of #16BC2C
Black with #16BC2C
Text Example
Text Example
White with #16BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC2C; }
p { color: rgb(22,188,44); }
H1.HeaderClassName
{
color: #16BC2C;
}
.AnyTagClassName
{
color: #16BC2C;
}
</style>
background-color css
<style>
a { background-color: #16BC2C; }
a { background-color: rgb(22,188,44); }
div.DivClassName
{
background-color: #16BC2C;
}
.BgClassName
{
background-color: #16BC2C;
}
</style>
border-color css
<style>
span { border-color: #16BC2C; }
span { border-color: rgb(22,188,44); }
td.TdClassName
{
border-color: #16BC2C;
}
.TagClassName
{
border-color: #16BC2C;
}
</style>