#16B260

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

Shades of Jade #16B260

Tints of Jade #16B260

Color information

#16B260 (or 0x16B260) is unknown color: approx Jade. HEX triplet: 16, B2 and 60. RGB value is (22,178,96). Sum of RGB (Red+Green+Blue) = 22+178+96=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #16B260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B260 is #E94D9F. Grayscale: #7A7A7A. Windows color (decimal): -15289760 or 6337046. OLE color: 6337046.

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

Color convert

RGB2217896-
CMYK0.8800.460.30
HSL148.46º78%39.22%-
HSV(B)148.46º87.64%69.8%-
XYZ18.3632.8616.44-
YUV122.01113.3256.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.43%
GREEN value IS 178 (69.92% from 255) = 60.14%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=7.43%
G=60.14%
B=32.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22178960.8800.460.30148.467839.22
Hex16B2605802E1E944e27
Octal262621401300563622411647
Binary101101011001011000001011000010111011110100101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,96); }

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

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

 a { background-color: rgb(22,178,96); }

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

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

 span { border-color: rgb(22,178,96); }

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