#16B16A

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

Shades of Jade #16B16A

Tints of Jade #16B16A

Color information

#16B16A (or 0x16B16A) is unknown color: approx Jade. HEX triplet: 16, B1 and 6A. RGB value is (22,177,106). Sum of RGB (Red+Green+Blue) = 22+177+106=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #16B16A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B16A is #E94E95. Grayscale: #7A7A7A. Windows color (decimal): -15290006 or 6992150. OLE color: 6992150.

HSL color Cylindrical-coordinate representation of color #16B16A: hue angle of 152.52º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B16A is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB22177106-
CMYK0.8800.400.31
HSL152.52º77.89%39.02%-
HSV(B)152.52º87.57%69.41%-
XYZ18.6532.6618.96-
YUV122.56118.6556.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 177 (69.53% from 255) = 58.03%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=7.21%
G=58.03%
B=34.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771060.8800.400.31152.5277.8939.02
Hex16B16A580281F994e27
Octal262611521300503723111647
Binary101101011000111010101011000010100011111100110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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