#16BD6A

Color #16BD6A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #16BD6A

Tints of Jade #16BD6A

Color information

#16BD6A (or 0x16BD6A) is unknown color: approx Jade. HEX triplet: 16, BD and 6A. RGB value is (22,189,106). Sum of RGB (Red+Green+Blue) = 22+189+106=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD6A is #E94295. Grayscale: #818181. Windows color (decimal): -15286934 or 6995222. OLE color: 6995222.

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

Color convert

RGB22189106-
CMYK0.8800.440.26
HSL150.18º79.15%41.37%-
HSV(B)150.18º88.36%74.12%-
XYZ21.1337.6119.78-
YUV129.6114.6751.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=6.94%
G=59.62%
B=33.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221891060.8800.440.26150.1879.1541.37
Hex16BD6A5802C1A964f29
Octal262751521300543222611751
Binary101101011110111010101011000010110011010100101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,189,106); }

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

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

 a { background-color: rgb(22,189,106); }

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

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

 span { border-color: rgb(22,189,106); }

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