Shades of Dark Pastel Green #16BF3E
Tints of Dark Pastel Green #16BF3E
RGB
CMYK
RGB Variations
Color information
#16BF3E (or 0x16BF3E) is known color: Dark Pastel Green. HEX triplet: 16, BF and 3E. RGB value is (22,191,62). Sum of RGB (Red+Green+Blue) = 22+191+62=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF3E is #E940C1. Grayscale: #7E7E7E. Windows color (decimal): -15286466 or 4112150. OLE color: 4112150.
HSL color Cylindrical-coordinate representation of color #16BF3E: hue angle of 134.2º 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 #16BF3E is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 191 | 62 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.25 |
| HSL | 134.2º | 0.79% | 0.42% | - |
| HSV(B) | 134.2º | 0.88% | 0.75% | - |
| XYZ | 19.83 | 37.78 | 10.8 | - |
| YUV | 125.76 | 92.01 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 62 | 0.88 | 0 | 0.68 | 0.25 | 134.2 | 0.79 | 0.42 |
| Hex | 16 | BF | 3E | 58 | 0 | 44 | 19 | 86 | 4F | 2A |
| Octal | 26 | 277 | 76 | 130 | 0 | 104 | 31 | 206 | 117 | 52 |
| Binary | 10110 | 10111111 | 111110 | 1011000 | 0 | 1000100 | 11001 | 10000110 | 1001111 | 101010 |
Color Harmonies of #16BF3E
Complementary color
Monochromatic Colors of #16BF3E
Black with #16BF3E
Text Example
Text Example
White with #16BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BF3E; }
p { color: rgb(22,191,62); }
H1.HeaderClassName
{
color: #16BF3E;
}
.AnyTagClassName
{
color: #16BF3E;
}
</style>
background-color css
<style>
a { background-color: #16BF3E; }
a { background-color: rgb(22,191,62); }
div.DivClassName
{
background-color: #16BF3E;
}
.BgClassName
{
background-color: #16BF3E;
}
</style>
border-color css
<style>
span { border-color: #16BF3E; }
span { border-color: rgb(22,191,62); }
td.TdClassName
{
border-color: #16BF3E;
}
.TagClassName
{
border-color: #16BF3E;
}
</style>