Shades of Dark Pastel Green #16BE40
Tints of Dark Pastel Green #16BE40
RGB
CMYK
RGB Variations
Color information
#16BE40 (or 0x16BE40) is known color: Dark Pastel Green. HEX triplet: 16, BE and 40. RGB value is (22,190,64). Sum of RGB (Red+Green+Blue) = 22+190+64=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BE40 is #E941BF. Grayscale: #7D7D7D. Windows color (decimal): -15286720 or 4242966. OLE color: 4242966.
HSL color Cylindrical-coordinate representation of color #16BE40: hue angle of 135º 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 #16BE40 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 64 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.25 |
| HSL | 135º | 0.79% | 0.42% | - |
| HSV(B) | 135º | 0.88% | 0.75% | - |
| XYZ | 19.67 | 37.37 | 11.03 | - |
| YUV | 125.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 64 | 0.88 | 0 | 0.66 | 0.25 | 135 | 0.79 | 0.42 |
| Hex | 16 | BE | 40 | 58 | 0 | 42 | 19 | 87 | 4F | 2A |
| Octal | 26 | 276 | 100 | 130 | 0 | 102 | 31 | 207 | 117 | 52 |
| Binary | 10110 | 10111110 | 1000000 | 1011000 | 0 | 1000010 | 11001 | 10000111 | 1001111 | 101010 |
Color Harmonies of #16BE40
Complementary color
Monochromatic Colors of #16BE40
Black with #16BE40
Text Example
Text Example
White with #16BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE40; }
p { color: rgb(22,190,64); }
H1.HeaderClassName
{
color: #16BE40;
}
.AnyTagClassName
{
color: #16BE40;
}
</style>
background-color css
<style>
a { background-color: #16BE40; }
a { background-color: rgb(22,190,64); }
div.DivClassName
{
background-color: #16BE40;
}
.BgClassName
{
background-color: #16BE40;
}
</style>
border-color css
<style>
span { border-color: #16BE40; }
span { border-color: rgb(22,190,64); }
td.TdClassName
{
border-color: #16BE40;
}
.TagClassName
{
border-color: #16BE40;
}
</style>