Shades of Dark Pastel Green #16BC31
Tints of Dark Pastel Green #16BC31
RGB
CMYK
RGB Variations
Color information
#16BC31 (or 0x16BC31) is known color: Dark Pastel Green. HEX triplet: 16, BC and 31. RGB value is (22,188,49). Sum of RGB (Red+Green+Blue) = 22+188+49=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BC31 is #E943CE. Grayscale: #7A7A7A. Windows color (decimal): -15287247 or 3259414. OLE color: 3259414.
HSL color Cylindrical-coordinate representation of color #16BC31: hue angle of 129.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BC31 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 49 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.26 |
| HSL | 129.76º | 0.79% | 0.41% | - |
| HSV(B) | 129.76º | 0.88% | 0.74% | - |
| XYZ | 18.87 | 36.36 | 8.93 | - |
| YUV | 122.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 49 | 0.88 | 0 | 0.74 | 0.26 | 129.76 | 0.79 | 0.41 |
| Hex | 16 | BC | 31 | 58 | 0 | 4A | 1A | 82 | 4F | 29 |
| Octal | 26 | 274 | 61 | 130 | 0 | 112 | 32 | 202 | 117 | 51 |
| Binary | 10110 | 10111100 | 110001 | 1011000 | 0 | 1001010 | 11010 | 10000010 | 1001111 | 101001 |
Color Harmonies of #16BC31
Complementary color
Monochromatic Colors of #16BC31
Black with #16BC31
Text Example
Text Example
White with #16BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC31; }
p { color: rgb(22,188,49); }
H1.HeaderClassName
{
color: #16BC31;
}
.AnyTagClassName
{
color: #16BC31;
}
</style>
background-color css
<style>
a { background-color: #16BC31; }
a { background-color: rgb(22,188,49); }
div.DivClassName
{
background-color: #16BC31;
}
.BgClassName
{
background-color: #16BC31;
}
</style>
border-color css
<style>
span { border-color: #16BC31; }
span { border-color: rgb(22,188,49); }
td.TdClassName
{
border-color: #16BC31;
}
.TagClassName
{
border-color: #16BC31;
}
</style>