Shades of Dark Pastel Green #16AF2E
Tints of Dark Pastel Green #16AF2E
RGB
CMYK
RGB Variations
Color information
#16AF2E (or 0x16AF2E) is known color: Dark Pastel Green. HEX triplet: 16, AF and 2E. RGB value is (22,175,46). Sum of RGB (Red+Green+Blue) = 22+175+46=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF2E is #E950D1. Grayscale: #727272. Windows color (decimal): -15290578 or 3059478. OLE color: 3059478.
HSL color Cylindrical-coordinate representation of color #16AF2E: hue angle of 129.41º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF2E is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 46 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.31 |
| HSL | 129.41º | 0.78% | 0.39% | - |
| HSV(B) | 129.41º | 0.87% | 0.69% | - |
| XYZ | 16.15 | 31.03 | 7.72 | - |
| YUV | 114.55 | 89.31 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 46 | 0.87 | 0 | 0.74 | 0.31 | 129.41 | 0.78 | 0.39 |
| Hex | 16 | AF | 2E | 57 | 0 | 4A | 1F | 81 | 4E | 27 |
| Octal | 26 | 257 | 56 | 127 | 0 | 112 | 37 | 201 | 116 | 47 |
| Binary | 10110 | 10101111 | 101110 | 1010111 | 0 | 1001010 | 11111 | 10000001 | 1001110 | 100111 |
Color Harmonies of #16AF2E
Complementary color
Monochromatic Colors of #16AF2E
Black with #16AF2E
Text Example
Text Example
White with #16AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF2E; }
p { color: rgb(22,175,46); }
H1.HeaderClassName
{
color: #16AF2E;
}
.AnyTagClassName
{
color: #16AF2E;
}
</style>
background-color css
<style>
a { background-color: #16AF2E; }
a { background-color: rgb(22,175,46); }
div.DivClassName
{
background-color: #16AF2E;
}
.BgClassName
{
background-color: #16AF2E;
}
</style>
border-color css
<style>
span { border-color: #16AF2E; }
span { border-color: rgb(22,175,46); }
td.TdClassName
{
border-color: #16AF2E;
}
.TagClassName
{
border-color: #16AF2E;
}
</style>