#16B548

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

Shades of Dark Pastel Green #16B548

Tints of Dark Pastel Green #16B548

Color information

#16B548 (or 0x16B548) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B5 and 48. RGB value is (22,181,72). Sum of RGB (Red+Green+Blue) = 22+181+72=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #16B548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B548 is #E94AB7. Grayscale: #797979. Windows color (decimal): -15289016 or 4764950. OLE color: 4764950.

HSL color Cylindrical-coordinate representation of color #16B548: hue angle of 138.87º 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 #16B548 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB2218172-
CMYK0.8800.600.29
HSL138.87º78.33%39.8%-
HSV(B)138.87º87.85%70.98%-
XYZ18.0233.6911.68-
YUV121.03100.3257.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 181 (71.09% from 255) = 65.82%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=8%
G=65.82%
B=26.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22181720.8800.600.29138.8778.3339.8
Hex16B5485803C1D8b4e28
Octal262651101300743521311650
Binary101101011010110010001011000011110011101100010111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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