Shades of Dark Pastel Green #16AF2D
Tints of Dark Pastel Green #16AF2D
RGB
CMYK
RGB Variations
Color information
#16AF2D (or 0x16AF2D) is known color: Dark Pastel Green. HEX triplet: 16, AF and 2D. RGB value is (22,175,45). Sum of RGB (Red+Green+Blue) = 22+175+45=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF2D is #E950D2. Grayscale: #727272. Windows color (decimal): -15290579 or 2993942. OLE color: 2993942.
HSL color Cylindrical-coordinate representation of color #16AF2D: hue angle of 129.02º 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 #16AF2D is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 45 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.31 |
| HSL | 129.02º | 0.78% | 0.39% | - |
| HSV(B) | 129.02º | 0.87% | 0.69% | - |
| XYZ | 16.13 | 31.02 | 7.62 | - |
| YUV | 114.43 | 88.81 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 45 | 0.87 | 0 | 0.74 | 0.31 | 129.02 | 0.78 | 0.39 |
| Hex | 16 | AF | 2D | 57 | 0 | 4A | 1F | 81 | 4E | 27 |
| Octal | 26 | 257 | 55 | 127 | 0 | 112 | 37 | 201 | 116 | 47 |
| Binary | 10110 | 10101111 | 101101 | 1010111 | 0 | 1001010 | 11111 | 10000001 | 1001110 | 100111 |
Color Harmonies of #16AF2D
Complementary color
Monochromatic Colors of #16AF2D
Black with #16AF2D
Text Example
Text Example
White with #16AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF2D; }
p { color: rgb(22,175,45); }
H1.HeaderClassName
{
color: #16AF2D;
}
.AnyTagClassName
{
color: #16AF2D;
}
</style>
background-color css
<style>
a { background-color: #16AF2D; }
a { background-color: rgb(22,175,45); }
div.DivClassName
{
background-color: #16AF2D;
}
.BgClassName
{
background-color: #16AF2D;
}
</style>
border-color css
<style>
span { border-color: #16AF2D; }
span { border-color: rgb(22,175,45); }
td.TdClassName
{
border-color: #16AF2D;
}
.TagClassName
{
border-color: #16AF2D;
}
</style>