#16B36B

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

Shades of Jade #16B36B

Tints of Jade #16B36B

Color information

#16B36B (or 0x16B36B) is unknown color: approx Jade. HEX triplet: 16, B3 and 6B. RGB value is (22,179,107). Sum of RGB (Red+Green+Blue) = 22+179+107=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #16B36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B36B is #E94C94. Grayscale: #7B7B7B. Windows color (decimal): -15289493 or 7058198. OLE color: 7058198.

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

Color convert

RGB22179107-
CMYK0.8800.400.30
HSL152.48º78.11%39.41%-
HSV(B)152.48º87.71%70.2%-
XYZ19.133.4719.36-
YUV123.85118.4955.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 179 (70.31% from 255) = 58.12%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=7.14%
G=58.12%
B=34.74%

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
Decimal221791070.8800.400.30152.4878.1139.41
Hex16B36B580281E984e27
Octal262631531300503623011647
Binary101101011001111010111011000010100011110100110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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