Shades of Dark Pastel Green #16AF3C
Tints of Dark Pastel Green #16AF3C
RGB
CMYK
RGB Variations
Color information
#16AF3C (or 0x16AF3C) is known color: Dark Pastel Green. HEX triplet: 16, AF and 3C. RGB value is (22,175,60). Sum of RGB (Red+Green+Blue) = 22+175+60=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF3C is #E950C3. Grayscale: #747474. Windows color (decimal): -15290564 or 3976982. OLE color: 3976982.
HSL color Cylindrical-coordinate representation of color #16AF3C: hue angle of 134.9º 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 #16AF3C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 60 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.31 |
| HSL | 134.9º | 0.78% | 0.39% | - |
| HSV(B) | 134.9º | 0.87% | 0.69% | - |
| XYZ | 16.48 | 31.16 | 9.42 | - |
| YUV | 116.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 60 | 0.87 | 0 | 0.66 | 0.31 | 134.9 | 0.78 | 0.39 |
| Hex | 16 | AF | 3C | 57 | 0 | 42 | 1F | 87 | 4E | 27 |
| Octal | 26 | 257 | 74 | 127 | 0 | 102 | 37 | 207 | 116 | 47 |
| Binary | 10110 | 10101111 | 111100 | 1010111 | 0 | 1000010 | 11111 | 10000111 | 1001110 | 100111 |
Color Harmonies of #16AF3C
Complementary color
Monochromatic Colors of #16AF3C
Black with #16AF3C
Text Example
Text Example
White with #16AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF3C; }
p { color: rgb(22,175,60); }
H1.HeaderClassName
{
color: #16AF3C;
}
.AnyTagClassName
{
color: #16AF3C;
}
</style>
background-color css
<style>
a { background-color: #16AF3C; }
a { background-color: rgb(22,175,60); }
div.DivClassName
{
background-color: #16AF3C;
}
.BgClassName
{
background-color: #16AF3C;
}
</style>
border-color css
<style>
span { border-color: #16AF3C; }
span { border-color: rgb(22,175,60); }
td.TdClassName
{
border-color: #16AF3C;
}
.TagClassName
{
border-color: #16AF3C;
}
</style>