Shades of Dark Pastel Green #16CE31
Tints of Dark Pastel Green #16CE31
RGB
CMYK
RGB Variations
Color information
#16CE31 (or 0x16CE31) is known color: Dark Pastel Green. HEX triplet: 16, CE and 31. RGB value is (22,206,49). Sum of RGB (Red+Green+Blue) = 22+206+49=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CE31 is #E931CE. Grayscale: #858585. Windows color (decimal): -15282639 or 3264022. OLE color: 3264022.
HSL color Cylindrical-coordinate representation of color #16CE31: hue angle of 128.8º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CE31 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 49 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.19 |
| HSL | 128.8º | 0.81% | 0.45% | - |
| HSV(B) | 128.8º | 0.89% | 0.81% | - |
| XYZ | 22.96 | 44.53 | 10.29 | - |
| YUV | 133.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 49 | 0.89 | 0 | 0.76 | 0.19 | 128.8 | 0.81 | 0.45 |
| Hex | 16 | CE | 31 | 59 | 0 | 4C | 13 | 81 | 51 | 2D |
| Octal | 26 | 316 | 61 | 131 | 0 | 114 | 23 | 201 | 121 | 55 |
| Binary | 10110 | 11001110 | 110001 | 1011001 | 0 | 1001100 | 10011 | 10000001 | 1010001 | 101101 |
Color Harmonies of #16CE31
Complementary color
Monochromatic Colors of #16CE31
Black with #16CE31
Text Example
Text Example
White with #16CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CE31; }
p { color: rgb(22,206,49); }
H1.HeaderClassName
{
color: #16CE31;
}
.AnyTagClassName
{
color: #16CE31;
}
</style>
background-color css
<style>
a { background-color: #16CE31; }
a { background-color: rgb(22,206,49); }
div.DivClassName
{
background-color: #16CE31;
}
.BgClassName
{
background-color: #16CE31;
}
</style>
border-color css
<style>
span { border-color: #16CE31; }
span { border-color: rgb(22,206,49); }
td.TdClassName
{
border-color: #16CE31;
}
.TagClassName
{
border-color: #16CE31;
}
</style>