#16B529

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

Shades of Dark Pastel Green #16B529

Tints of Dark Pastel Green #16B529

Color information

#16B529 (or 0x16B529) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B5 and 29. RGB value is (22,181,41). Sum of RGB (Red+Green+Blue) = 22+181+41=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #16B529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B529 is #E94AD6. Grayscale: #757575. Windows color (decimal): -15289047 or 2733334. OLE color: 2733334.

HSL color Cylindrical-coordinate representation of color #16B529: hue angle of 127.17º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B529 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB2218141-
CMYK0.8800.770.29
HSL127.17º78.33%39.8%-
HSV(B)127.17º87.85%70.98%-
XYZ17.2533.387.63-
YUV117.584.8259.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 181 (71.09% from 255) = 74.18%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=9.02%
G=74.18%
B=16.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22181410.8800.770.29127.1778.3339.8
Hex16B5295804D1D7f4e28
Octal262655113001153517711650
Binary10110101101011010011011000010011011110111111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,181,41); }

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

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

 a { background-color: rgb(22,181,41); }

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

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

 span { border-color: rgb(22,181,41); }

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