Shades of Dark Pastel Green #16BE3A
Tints of Dark Pastel Green #16BE3A
RGB
CMYK
RGB Variations
Color information
#16BE3A (or 0x16BE3A) is known color: Dark Pastel Green. HEX triplet: 16, BE and 3A. RGB value is (22,190,58). Sum of RGB (Red+Green+Blue) = 22+190+58=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BE3A is #E941C5. Grayscale: #7D7D7D. Windows color (decimal): -15286726 or 3849750. OLE color: 3849750.
HSL color Cylindrical-coordinate representation of color #16BE3A: hue angle of 132.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE3A is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 58 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.25 |
| HSL | 132.86º | 0.79% | 0.42% | - |
| HSV(B) | 132.86º | 0.88% | 0.75% | - |
| XYZ | 19.51 | 37.3 | 10.18 | - |
| YUV | 124.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 58 | 0.88 | 0 | 0.69 | 0.25 | 132.86 | 0.79 | 0.42 |
| Hex | 16 | BE | 3A | 58 | 0 | 45 | 19 | 85 | 4F | 2A |
| Octal | 26 | 276 | 72 | 130 | 0 | 105 | 31 | 205 | 117 | 52 |
| Binary | 10110 | 10111110 | 111010 | 1011000 | 0 | 1000101 | 11001 | 10000101 | 1001111 | 101010 |
Color Harmonies of #16BE3A
Complementary color
Monochromatic Colors of #16BE3A
Black with #16BE3A
Text Example
Text Example
White with #16BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE3A; }
p { color: rgb(22,190,58); }
H1.HeaderClassName
{
color: #16BE3A;
}
.AnyTagClassName
{
color: #16BE3A;
}
</style>
background-color css
<style>
a { background-color: #16BE3A; }
a { background-color: rgb(22,190,58); }
div.DivClassName
{
background-color: #16BE3A;
}
.BgClassName
{
background-color: #16BE3A;
}
</style>
border-color css
<style>
span { border-color: #16BE3A; }
span { border-color: rgb(22,190,58); }
td.TdClassName
{
border-color: #16BE3A;
}
.TagClassName
{
border-color: #16BE3A;
}
</style>