#16B326

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

Shades of Dark Pastel Green #16B326

Tints of Dark Pastel Green #16B326

Color information

#16B326 (or 0x16B326) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B3 and 26. RGB value is (22,179,38). Sum of RGB (Red+Green+Blue) = 22+179+38=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #16B326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B326 is #E94CD9. Grayscale: #747474. Windows color (decimal): -15289562 or 2536214. OLE color: 2536214.

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

Color convert

RGB2217938-
CMYK0.8800.790.30
HSL126.11º78.11%39.41%-
HSV(B)126.11º87.71%70.2%-
XYZ16.832.557.23-
YUV115.9883.9960.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 179 (70.31% from 255) = 74.90%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=9.21%
G=74.90%
B=15.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179380.8800.790.30126.1178.1139.41
Hex16B3265804F1E7e4e27
Octal262634613001173617611647
Binary10110101100111001101011000010011111111011111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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