#16B36C

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

Shades of Jade #16B36C

Tints of Jade #16B36C

Color information

#16B36C (or 0x16B36C) is unknown color: approx Jade. HEX triplet: 16, B3 and 6C. RGB value is (22,179,108). Sum of RGB (Red+Green+Blue) = 22+179+108=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #16B36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B36C is #E94C93. Grayscale: #7C7C7C. Windows color (decimal): -15289492 or 7123734. OLE color: 7123734.

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

Color convert

RGB22179108-
CMYK0.8800.400.30
HSL152.87º78.11%39.41%-
HSV(B)152.87º87.71%70.2%-
XYZ19.1633.4919.64-
YUV123.96118.9955.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 179 (70.31% from 255) = 57.93%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=7.12%
G=57.93%
B=34.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221791080.8800.400.30152.8778.1139.41
Hex16B36C580281E994e27
Octal262631541300503623111647
Binary101101011001111011001011000010100011110100110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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