Shades of Dark Pastel Green #16CC31
Tints of Dark Pastel Green #16CC31
RGB
CMYK
RGB Variations
Color information
#16CC31 (or 0x16CC31) is known color: Dark Pastel Green. HEX triplet: 16, CC and 31. RGB value is (22,204,49). Sum of RGB (Red+Green+Blue) = 22+204+49=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC31 is #E933CE. Grayscale: #848484. Windows color (decimal): -15283151 or 3263510. OLE color: 3263510.
HSL color Cylindrical-coordinate representation of color #16CC31: hue angle of 128.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC31 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 49 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.2 |
| HSL | 128.9º | 0.81% | 0.44% | - |
| HSV(B) | 128.9º | 0.89% | 0.8% | - |
| XYZ | 22.48 | 43.58 | 10.13 | - |
| YUV | 131.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 49 | 0.89 | 0 | 0.76 | 0.2 | 128.9 | 0.81 | 0.44 |
| Hex | 16 | CC | 31 | 59 | 0 | 4C | 14 | 81 | 51 | 2C |
| Octal | 26 | 314 | 61 | 131 | 0 | 114 | 24 | 201 | 121 | 54 |
| Binary | 10110 | 11001100 | 110001 | 1011001 | 0 | 1001100 | 10100 | 10000001 | 1010001 | 101100 |
Color Harmonies of #16CC31
Complementary color
Monochromatic Colors of #16CC31
Black with #16CC31
Text Example
Text Example
White with #16CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC31; }
p { color: rgb(22,204,49); }
H1.HeaderClassName
{
color: #16CC31;
}
.AnyTagClassName
{
color: #16CC31;
}
</style>
background-color css
<style>
a { background-color: #16CC31; }
a { background-color: rgb(22,204,49); }
div.DivClassName
{
background-color: #16CC31;
}
.BgClassName
{
background-color: #16CC31;
}
</style>
border-color css
<style>
span { border-color: #16CC31; }
span { border-color: rgb(22,204,49); }
td.TdClassName
{
border-color: #16CC31;
}
.TagClassName
{
border-color: #16CC31;
}
</style>