Shades of Dark Pastel Green #16AC3C
Tints of Dark Pastel Green #16AC3C
RGB
CMYK
RGB Variations
Color information
#16AC3C (or 0x16AC3C) is known color: Dark Pastel Green. HEX triplet: 16, AC and 3C. RGB value is (22,172,60). Sum of RGB (Red+Green+Blue) = 22+172+60=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AC3C is #E953C3. Grayscale: #727272. Windows color (decimal): -15291332 or 3976214. OLE color: 3976214.
HSL color Cylindrical-coordinate representation of color #16AC3C: hue angle of 135.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC3C is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 60 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.33 |
| HSL | 135.2º | 0.77% | 0.38% | - |
| HSV(B) | 135.2º | 0.87% | 0.67% | - |
| XYZ | 15.9 | 30 | 9.23 | - |
| YUV | 114.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 60 | 0.87 | 0 | 0.65 | 0.33 | 135.2 | 0.77 | 0.38 |
| Hex | 16 | AC | 3C | 57 | 0 | 41 | 21 | 87 | 4D | 26 |
| Octal | 26 | 254 | 74 | 127 | 0 | 101 | 41 | 207 | 115 | 46 |
| Binary | 10110 | 10101100 | 111100 | 1010111 | 0 | 1000001 | 100001 | 10000111 | 1001101 | 100110 |
Color Harmonies of #16AC3C
Complementary color
Monochromatic Colors of #16AC3C
Black with #16AC3C
Text Example
Text Example
White with #16AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC3C; }
p { color: rgb(22,172,60); }
H1.HeaderClassName
{
color: #16AC3C;
}
.AnyTagClassName
{
color: #16AC3C;
}
</style>
background-color css
<style>
a { background-color: #16AC3C; }
a { background-color: rgb(22,172,60); }
div.DivClassName
{
background-color: #16AC3C;
}
.BgClassName
{
background-color: #16AC3C;
}
</style>
border-color css
<style>
span { border-color: #16AC3C; }
span { border-color: rgb(22,172,60); }
td.TdClassName
{
border-color: #16AC3C;
}
.TagClassName
{
border-color: #16AC3C;
}
</style>