Shades of Dark Pastel Green #16BC2F
Tints of Dark Pastel Green #16BC2F
RGB
CMYK
RGB Variations
Color information
#16BC2F (or 0x16BC2F) is known color: Dark Pastel Green. HEX triplet: 16, BC and 2F. RGB value is (22,188,47). Sum of RGB (Red+Green+Blue) = 22+188+47=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BC2F is #E943D0. Grayscale: #7A7A7A. Windows color (decimal): -15287249 or 3128342. OLE color: 3128342.
HSL color Cylindrical-coordinate representation of color #16BC2F: hue angle of 129.04º 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 #16BC2F is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 47 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.26 |
| HSL | 129.04º | 0.79% | 0.41% | - |
| HSV(B) | 129.04º | 0.88% | 0.74% | - |
| XYZ | 18.83 | 36.34 | 8.71 | - |
| YUV | 122.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 47 | 0.88 | 0 | 0.75 | 0.26 | 129.04 | 0.79 | 0.41 |
| Hex | 16 | BC | 2F | 58 | 0 | 4B | 1A | 81 | 4F | 29 |
| Octal | 26 | 274 | 57 | 130 | 0 | 113 | 32 | 201 | 117 | 51 |
| Binary | 10110 | 10111100 | 101111 | 1011000 | 0 | 1001011 | 11010 | 10000001 | 1001111 | 101001 |
Color Harmonies of #16BC2F
Complementary color
Monochromatic Colors of #16BC2F
Black with #16BC2F
Text Example
Text Example
White with #16BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC2F; }
p { color: rgb(22,188,47); }
H1.HeaderClassName
{
color: #16BC2F;
}
.AnyTagClassName
{
color: #16BC2F;
}
</style>
background-color css
<style>
a { background-color: #16BC2F; }
a { background-color: rgb(22,188,47); }
div.DivClassName
{
background-color: #16BC2F;
}
.BgClassName
{
background-color: #16BC2F;
}
</style>
border-color css
<style>
span { border-color: #16BC2F; }
span { border-color: rgb(22,188,47); }
td.TdClassName
{
border-color: #16BC2F;
}
.TagClassName
{
border-color: #16BC2F;
}
</style>