#16B962

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

Shades of Jade #16B962

Tints of Jade #16B962

Color information

#16B962 (or 0x16B962) is unknown color: approx Jade. HEX triplet: 16, B9 and 62. RGB value is (22,185,98). Sum of RGB (Red+Green+Blue) = 22+185+98=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #16B962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B962 is #E9469D. Grayscale: #7E7E7E. Windows color (decimal): -15287966 or 6469910. OLE color: 6469910.

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

Color convert

RGB2218598-
CMYK0.8800.470.27
HSL147.98º78.74%40.59%-
HSV(B)147.98º88.11%72.55%-
XYZ19.8835.7517.41-
YUV126.3411253.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 185 (72.66% from 255) = 60.66%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=7.21%
G=60.66%
B=32.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22185980.8800.470.27147.9878.7440.59
Hex16B9625802F1B944f29
Octal262711421300573322411751
Binary101101011100111000101011000010111111011100101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,185,98); }

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

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

 a { background-color: rgb(22,185,98); }

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

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

 span { border-color: rgb(22,185,98); }

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