#16BA32

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

Shades of Dark Pastel Green #16BA32

Tints of Dark Pastel Green #16BA32

Color information

#16BA32 (or 0x16BA32) is unknown color: approx Dark Pastel Green. HEX triplet: 16, BA and 32. RGB value is (22,186,50). Sum of RGB (Red+Green+Blue) = 22+186+50=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA32 is #E945CD. Grayscale: #797979. Windows color (decimal): -15287758 or 3324438. OLE color: 3324438.

HSL color Cylindrical-coordinate representation of color #16BA32: hue angle of 130.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA32 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB2218650-
CMYK0.8800.730.27
HSL130.24º78.85%40.78%-
HSV(B)130.24º88.17%72.94%-
XYZ18.4735.528.9-
YUV121.4687.6757.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 186 (73.05% from 255) = 72.09%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=8.53%
G=72.09%
B=19.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22186500.8800.730.27130.2478.8540.78
Hex16BA32580491B824f29
Octal262726213001113320211751
Binary101101011101011001010110000100100111011100000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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