#16B926

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

Shades of Dark Pastel Green #16B926

Tints of Dark Pastel Green #16B926

Color information

#16B926 (or 0x16B926) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B9 and 26. RGB value is (22,185,38). Sum of RGB (Red+Green+Blue) = 22+185+38=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #16B926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B926 is #E946D9. Grayscale: #777777. Windows color (decimal): -15288026 or 2537750. OLE color: 2537750.

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

Color convert

RGB2218538-
CMYK0.8800.790.27
HSL125.89º78.74%40.59%-
HSV(B)125.89º88.11%72.55%-
XYZ18.0335.017.64-
YUV119.58258.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 185 (72.66% from 255) = 75.51%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=8.98%
G=75.51%
B=15.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22185380.8800.790.27125.8978.7440.59
Hex16B9265804F1B7e4f29
Octal262714613001173317611751
Binary10110101110011001101011000010011111101111111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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