Shades of Dark Pastel Green #16AF3F
Tints of Dark Pastel Green #16AF3F
RGB
CMYK
RGB Variations
Color information
#16AF3F (or 0x16AF3F) is known color: Dark Pastel Green. HEX triplet: 16, AF and 3F. RGB value is (22,175,63). Sum of RGB (Red+Green+Blue) = 22+175+63=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 175 (68.75% from 255 or 67.31% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF3F is #E950C0. Grayscale: #747474. Windows color (decimal): -15290561 or 4173590. OLE color: 4173590.
HSL color Cylindrical-coordinate representation of color #16AF3F: hue angle of 136.08º 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 #16AF3F is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 63 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.31 |
| HSL | 136.08º | 0.78% | 0.39% | - |
| HSV(B) | 136.08º | 0.87% | 0.69% | - |
| XYZ | 16.56 | 31.19 | 9.85 | - |
| YUV | 116.49 | 97.81 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 63 | 0.87 | 0 | 0.64 | 0.31 | 136.08 | 0.78 | 0.39 |
| Hex | 16 | AF | 3F | 57 | 0 | 40 | 1F | 88 | 4E | 27 |
| Octal | 26 | 257 | 77 | 127 | 0 | 100 | 37 | 210 | 116 | 47 |
| Binary | 10110 | 10101111 | 111111 | 1010111 | 0 | 1000000 | 11111 | 10001000 | 1001110 | 100111 |
Color Harmonies of #16AF3F
Complementary color
Monochromatic Colors of #16AF3F
Black with #16AF3F
Text Example
Text Example
White with #16AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF3F; }
p { color: rgb(22,175,63); }
H1.HeaderClassName
{
color: #16AF3F;
}
.AnyTagClassName
{
color: #16AF3F;
}
</style>
background-color css
<style>
a { background-color: #16AF3F; }
a { background-color: rgb(22,175,63); }
div.DivClassName
{
background-color: #16AF3F;
}
.BgClassName
{
background-color: #16AF3F;
}
</style>
border-color css
<style>
span { border-color: #16AF3F; }
span { border-color: rgb(22,175,63); }
td.TdClassName
{
border-color: #16AF3F;
}
.TagClassName
{
border-color: #16AF3F;
}
</style>