#16B148

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

Shades of Dark Pastel Green #16B148

Tints of Dark Pastel Green #16B148

Color information

#16B148 (or 0x16B148) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B1 and 48. RGB value is (22,177,72). Sum of RGB (Red+Green+Blue) = 22+177+72=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #16B148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B148 is #E94EB7. Grayscale: #767676. Windows color (decimal): -15290040 or 4763926. OLE color: 4763926.

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

Color convert

RGB2217772-
CMYK0.8800.590.31
HSL139.35º77.89%39.02%-
HSV(B)139.35º87.57%69.41%-
XYZ17.2232.0811.42-
YUV118.68101.6559.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 177 (69.53% from 255) = 65.31%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=8.12%
G=65.31%
B=26.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22177720.8800.590.31139.3577.8939.02
Hex16B1485803B1F8b4e27
Octal262611101300733721311647
Binary101101011000110010001011000011101111111100010111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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