#16A632

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

Shades of Dark Pastel Green #16A632

Tints of Dark Pastel Green #16A632

Color information

#16A632 (or 0x16A632) is unknown color: approx Dark Pastel Green. HEX triplet: 16, A6 and 32. RGB value is (22,166,50). Sum of RGB (Red+Green+Blue) = 22+166+50=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 166 (65.23% from 255 or 69.75% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 166 - color contains mainly: green. Hex color #16A632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A632 is #E959CD. Grayscale: #6E6E6E. Windows color (decimal): -15292878 or 3319318. OLE color: 3319318.

HSL color Cylindrical-coordinate representation of color #16A632: hue angle of 131.67º 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 #16A632 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB2216650-
CMYK0.8700.700.35
HSL131.67º76.6%36.86%-
HSV(B)131.67º86.75%65.1%-
XYZ14.5427.677.59-
YUV109.7294.2965.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 166 (65.23% from 255) = 69.75%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=9.24%
G=69.75%
B=21.01%

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
Decimal22166500.8700.700.35131.6776.636.86
Hex16A6325704623844d25
Octal262466212701064320411545
Binary1011010100110110010101011101000110100011100001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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