Shades of Dark Pastel Green #16BA3B
Tints of Dark Pastel Green #16BA3B
RGB
CMYK
RGB Variations
Color information
#16BA3B (or 0x16BA3B) is known color: Dark Pastel Green. HEX triplet: 16, BA and 3B. RGB value is (22,186,59). Sum of RGB (Red+Green+Blue) = 22+186+59=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA3B is #E945C4. Grayscale: #7A7A7A. Windows color (decimal): -15287749 or 3914262. OLE color: 3914262.
HSL color Cylindrical-coordinate representation of color #16BA3B: hue angle of 133.54º 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 #16BA3B is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 59 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.27 |
| HSL | 133.54º | 0.79% | 0.41% | - |
| HSV(B) | 133.54º | 0.88% | 0.73% | - |
| XYZ | 18.68 | 35.6 | 10.03 | - |
| YUV | 122.49 | 92.17 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 59 | 0.88 | 0 | 0.68 | 0.27 | 133.54 | 0.79 | 0.41 |
| Hex | 16 | BA | 3B | 58 | 0 | 44 | 1B | 86 | 4F | 29 |
| Octal | 26 | 272 | 73 | 130 | 0 | 104 | 33 | 206 | 117 | 51 |
| Binary | 10110 | 10111010 | 111011 | 1011000 | 0 | 1000100 | 11011 | 10000110 | 1001111 | 101001 |
Color Harmonies of #16BA3B
Complementary color
Monochromatic Colors of #16BA3B
Black with #16BA3B
Text Example
Text Example
White with #16BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA3B; }
p { color: rgb(22,186,59); }
H1.HeaderClassName
{
color: #16BA3B;
}
.AnyTagClassName
{
color: #16BA3B;
}
</style>
background-color css
<style>
a { background-color: #16BA3B; }
a { background-color: rgb(22,186,59); }
div.DivClassName
{
background-color: #16BA3B;
}
.BgClassName
{
background-color: #16BA3B;
}
</style>
border-color css
<style>
span { border-color: #16BA3B; }
span { border-color: rgb(22,186,59); }
td.TdClassName
{
border-color: #16BA3B;
}
.TagClassName
{
border-color: #16BA3B;
}
</style>