#16A631

Color #16A631 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #16A631

Tints of Dark Pastel Green #16A631

Color information

#16A631 (or 0x16A631) is unknown color: approx Dark Pastel Green. HEX triplet: 16, A6 and 31. RGB value is (22,166,49). Sum of RGB (Red+Green+Blue) = 22+166+49=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #16A631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A631 is #E959CE. Grayscale: #6D6D6D. Windows color (decimal): -15292879 or 3253782. OLE color: 3253782.

HSL color Cylindrical-coordinate representation of color #16A631: hue angle of 131.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A631 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB2216649-
CMYK0.8700.700.35
HSL131.25º76.6%36.86%-
HSV(B)131.25º86.75%65.1%-
XYZ14.5227.667.48-
YUV109.6193.7965.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 166 (65.23% from 255) = 70.04%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=9.28%
G=70.04%
B=20.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22166490.8700.700.35131.2576.636.86
Hex16A6315704623834d25
Octal262466112701064320311545
Binary1011010100110110001101011101000110100011100000111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A631; }

 p { color: rgb(22,166,49); }

 H1.HeaderClassName
 {
   color: #16A631;
 }
 .AnyTagClassName
 {
   color: #16A631;
 }
</style>
background-color css

<style>
 a { background-color: #16A631; }

 a { background-color: rgb(22,166,49); }

 div.DivClassName
 {
   background-color: #16A631;
 }
 .BgClassName
 {
   background-color: #16A631;
 }
</style>
border-color css

<style>
 span { border-color: #16A631; }

 span { border-color: rgb(22,166,49); }

 td.TdClassName
 {
   border-color: #16A631;
 }
 .TagClassName
 {
   border-color: #16A631;
 }
</style>