Shades of Dark Pastel Green #16CC3D
Tints of Dark Pastel Green #16CC3D
RGB
CMYK
RGB Variations
Color information
#16CC3D (or 0x16CC3D) is known color: Dark Pastel Green. HEX triplet: 16, CC and 3D. RGB value is (22,204,61). Sum of RGB (Red+Green+Blue) = 22+204+61=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC3D is #E933C2. Grayscale: #858585. Windows color (decimal): -15283139 or 4049942. OLE color: 4049942.
HSL color Cylindrical-coordinate representation of color #16CC3D: hue angle of 132.86º 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 #16CC3D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 61 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.2 |
| HSL | 132.86º | 0.81% | 0.44% | - |
| HSV(B) | 132.86º | 0.89% | 0.8% | - |
| XYZ | 22.77 | 43.69 | 11.65 | - |
| YUV | 133.28 | 87.2 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 61 | 0.89 | 0 | 0.70 | 0.2 | 132.86 | 0.81 | 0.44 |
| Hex | 16 | CC | 3D | 59 | 0 | 46 | 14 | 85 | 51 | 2C |
| Octal | 26 | 314 | 75 | 131 | 0 | 106 | 24 | 205 | 121 | 54 |
| Binary | 10110 | 11001100 | 111101 | 1011001 | 0 | 1000110 | 10100 | 10000101 | 1010001 | 101100 |
Color Harmonies of #16CC3D
Complementary color
Monochromatic Colors of #16CC3D
Black with #16CC3D
Text Example
Text Example
White with #16CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC3D; }
p { color: rgb(22,204,61); }
H1.HeaderClassName
{
color: #16CC3D;
}
.AnyTagClassName
{
color: #16CC3D;
}
</style>
background-color css
<style>
a { background-color: #16CC3D; }
a { background-color: rgb(22,204,61); }
div.DivClassName
{
background-color: #16CC3D;
}
.BgClassName
{
background-color: #16CC3D;
}
</style>
border-color css
<style>
span { border-color: #16CC3D; }
span { border-color: rgb(22,204,61); }
td.TdClassName
{
border-color: #16CC3D;
}
.TagClassName
{
border-color: #16CC3D;
}
</style>