#16B950

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

Shades of Dark Pastel Green #16B950

Tints of Dark Pastel Green #16B950

Color information

#16B950 (or 0x16B950) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B9 and 50. RGB value is (22,185,80). Sum of RGB (Red+Green+Blue) = 22+185+80=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #16B950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B950 is #E946AF. Grayscale: #7C7C7C. Windows color (decimal): -15287984 or 5290262. OLE color: 5290262.

HSL color Cylindrical-coordinate representation of color #16B950: hue angle of 141.35º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B950 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB2218580-
CMYK0.8800.570.27
HSL141.35º78.74%40.59%-
HSV(B)141.35º88.11%72.55%-
XYZ19.1335.4513.42-
YUV124.2910355.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.67%
GREEN value IS 185 (72.66% from 255) = 64.46%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=7.67%
G=64.46%
B=27.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22185800.8800.570.27141.3578.7440.59
Hex16B950580391B8d4f29
Octal262711201300713321511751
Binary101101011100110100001011000011100111011100011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,185,80); }

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

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

 a { background-color: rgb(22,185,80); }

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

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

 span { border-color: rgb(22,185,80); }

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