Shades of Dark Pastel Green #16BA2F
Tints of Dark Pastel Green #16BA2F
RGB
CMYK
RGB Variations
Color information
#16BA2F (or 0x16BA2F) is known color: Dark Pastel Green. HEX triplet: 16, BA and 2F. RGB value is (22,186,47). Sum of RGB (Red+Green+Blue) = 22+186+47=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA2F is #E945D0. Grayscale: #797979. Windows color (decimal): -15287761 or 3127830. OLE color: 3127830.
HSL color Cylindrical-coordinate representation of color #16BA2F: hue angle of 129.15º 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 #16BA2F is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 47 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.27 |
| HSL | 129.15º | 0.79% | 0.41% | - |
| HSV(B) | 129.15º | 0.88% | 0.73% | - |
| XYZ | 18.4 | 35.49 | 8.57 | - |
| YUV | 121.12 | 86.17 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 47 | 0.88 | 0 | 0.75 | 0.27 | 129.15 | 0.79 | 0.41 |
| Hex | 16 | BA | 2F | 58 | 0 | 4B | 1B | 81 | 4F | 29 |
| Octal | 26 | 272 | 57 | 130 | 0 | 113 | 33 | 201 | 117 | 51 |
| Binary | 10110 | 10111010 | 101111 | 1011000 | 0 | 1001011 | 11011 | 10000001 | 1001111 | 101001 |
Color Harmonies of #16BA2F
Complementary color
Monochromatic Colors of #16BA2F
Black with #16BA2F
Text Example
Text Example
White with #16BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA2F; }
p { color: rgb(22,186,47); }
H1.HeaderClassName
{
color: #16BA2F;
}
.AnyTagClassName
{
color: #16BA2F;
}
</style>
background-color css
<style>
a { background-color: #16BA2F; }
a { background-color: rgb(22,186,47); }
div.DivClassName
{
background-color: #16BA2F;
}
.BgClassName
{
background-color: #16BA2F;
}
</style>
border-color css
<style>
span { border-color: #16BA2F; }
span { border-color: rgb(22,186,47); }
td.TdClassName
{
border-color: #16BA2F;
}
.TagClassName
{
border-color: #16BA2F;
}
</style>