#15A06B

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

Shades of Jade #15A06B

Tints of Jade #15A06B

Color information

#15A06B (or 0x15A06B) is unknown color: approx Jade. HEX triplet: 15, A0 and 6B. RGB value is (21,160,107). Sum of RGB (Red+Green+Blue) = 21+160+107=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #15A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A06B is #EA5F94. Grayscale: #707070. Windows color (decimal): -15359893 or 7053333. OLE color: 7053333.

HSL color Cylindrical-coordinate representation of color #15A06B: hue angle of 157.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A06B is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB21160107-
CMYK0.8700.330.37
HSL157.12º76.8%35.49%-
HSV(B)157.12º86.87%62.75%-
XYZ15.5326.3618.18-
YUV112.4124.9562.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=7.29%
G=55.56%
B=37.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211601070.8700.330.37157.1276.835.49
Hex15A06B57021259d4d23
Octal252401531270414523511543
Binary1010110100000110101110101110100001100101100111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A06B; }

 p { color: rgb(21,160,107); }

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

<style>
 a { background-color: #15A06B; }

 a { background-color: rgb(21,160,107); }

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

<style>
 span { border-color: #15A06B; }

 span { border-color: rgb(21,160,107); }

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