#16B531

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

Shades of Dark Pastel Green #16B531

Tints of Dark Pastel Green #16B531

Color information

#16B531 (or 0x16B531) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B5 and 31. RGB value is (22,181,49). Sum of RGB (Red+Green+Blue) = 22+181+49=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #16B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B531 is #E94ACE. Grayscale: #767676. Windows color (decimal): -15289039 or 3257622. OLE color: 3257622.

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

Color convert

RGB2218149-
CMYK0.8800.730.29
HSL130.19º78.33%39.8%-
HSV(B)130.19º87.85%70.98%-
XYZ17.4133.448.44-
YUV118.4188.8259.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 181 (71.09% from 255) = 71.83%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=8.73%
G=71.83%
B=19.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22181490.8800.730.29130.1978.3339.8
Hex16B531580491D824e28
Octal262656113001113520211650
Binary101101011010111000110110000100100111101100000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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