#16B34B

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

Shades of Dark Pastel Green #16B34B

Tints of Dark Pastel Green #16B34B

Color information

#16B34B (or 0x16B34B) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B3 and 4B. RGB value is (22,179,75). Sum of RGB (Red+Green+Blue) = 22+179+75=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #16B34B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B34B is #E94CB4. Grayscale: #787878. Windows color (decimal): -15289525 or 4961046. OLE color: 4961046.

HSL color Cylindrical-coordinate representation of color #16B34B: hue angle of 140.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B34B is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB2217975-
CMYK0.8800.580.30
HSL140.25º78.11%39.41%-
HSV(B)140.25º87.71%70.2%-
XYZ17.7232.9212.08-
YUV120.2102.4957.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 179 (70.31% from 255) = 64.86%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=7.97%
G=64.86%
B=27.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179750.8800.580.30140.2578.1139.41
Hex16B34B5803A1E8c4e27
Octal262631131300723621411647
Binary101101011001110010111011000011101011110100011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,179,75); }

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

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

 a { background-color: rgb(22,179,75); }

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

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

 span { border-color: rgb(22,179,75); }

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