Shades of Dark Pastel Green #16BD3F
Tints of Dark Pastel Green #16BD3F
RGB
CMYK
RGB Variations
Color information
#16BD3F (or 0x16BD3F) is known color: Dark Pastel Green. HEX triplet: 16, BD and 3F. RGB value is (22,189,63). Sum of RGB (Red+Green+Blue) = 22+189+63=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BD3F is #E942C0. Grayscale: #7D7D7D. Windows color (decimal): -15286977 or 4177174. OLE color: 4177174.
HSL color Cylindrical-coordinate representation of color #16BD3F: hue angle of 134.73º 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 #16BD3F is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 63 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.26 |
| HSL | 134.73º | 0.79% | 0.41% | - |
| HSV(B) | 134.73º | 0.88% | 0.74% | - |
| XYZ | 19.43 | 36.92 | 10.81 | - |
| YUV | 124.7 | 93.17 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 63 | 0.88 | 0 | 0.67 | 0.26 | 134.73 | 0.79 | 0.41 |
| Hex | 16 | BD | 3F | 58 | 0 | 43 | 1A | 87 | 4F | 29 |
| Octal | 26 | 275 | 77 | 130 | 0 | 103 | 32 | 207 | 117 | 51 |
| Binary | 10110 | 10111101 | 111111 | 1011000 | 0 | 1000011 | 11010 | 10000111 | 1001111 | 101001 |
Color Harmonies of #16BD3F
Complementary color
Monochromatic Colors of #16BD3F
Black with #16BD3F
Text Example
Text Example
White with #16BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD3F; }
p { color: rgb(22,189,63); }
H1.HeaderClassName
{
color: #16BD3F;
}
.AnyTagClassName
{
color: #16BD3F;
}
</style>
background-color css
<style>
a { background-color: #16BD3F; }
a { background-color: rgb(22,189,63); }
div.DivClassName
{
background-color: #16BD3F;
}
.BgClassName
{
background-color: #16BD3F;
}
</style>
border-color css
<style>
span { border-color: #16BD3F; }
span { border-color: rgb(22,189,63); }
td.TdClassName
{
border-color: #16BD3F;
}
.TagClassName
{
border-color: #16BD3F;
}
</style>