#16BA3E

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

Shades of Dark Pastel Green #16BA3E

Tints of Dark Pastel Green #16BA3E

Color information

#16BA3E (or 0x16BA3E) is unknown color: approx Dark Pastel Green. HEX triplet: 16, BA and 3E. RGB value is (22,186,62). Sum of RGB (Red+Green+Blue) = 22+186+62=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA3E is #E945C1. Grayscale: #7B7B7B. Windows color (decimal): -15287746 or 4110870. OLE color: 4110870.

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

Color convert

RGB2218662-
CMYK0.8800.670.27
HSL134.63º78.85%40.78%-
HSV(B)134.63º88.17%72.94%-
XYZ18.7635.6410.45-
YUV122.8393.6756.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 186 (73.05% from 255) = 68.89%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=8.15%
G=68.89%
B=22.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22186620.8800.670.27134.6378.8540.78
Hex16BA3E580431B874f29
Octal262727613001033320711751
Binary101101011101011111010110000100001111011100001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,186,62); }

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

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

 a { background-color: rgb(22,186,62); }

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

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

 span { border-color: rgb(22,186,62); }

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