#15a970

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

Shades of Jade #15A970

Tints of Jade #15A970

Color information

#15A970 (or 0x15A970) is unknown color: approx Jade. HEX triplet: 15, A9 and 70. RGB value is (21,169,112). Sum of RGB (Red+Green+Blue) = 21+169+112=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #15A970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A970 is #EA568F. Grayscale: #767676. Windows color (decimal): -15357584 or 7383317. OLE color: 7383317.

HSL color Cylindrical-coordinate representation of color #15A970: hue angle of 156.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A970 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB21169112-
CMYK0.8800.340.34
HSL156.89º77.89%37.25%-
HSV(B)156.89º87.57%66.27%-
XYZ17.4229.7120.14-
YUV118.25124.4758.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 169 (66.41% from 255) = 55.96%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=6.95%
G=55.96%
B=37.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211691120.8800.340.34156.8977.8937.25
Hex15A97058022229d4e25
Octal252511601300424223511645
Binary1010110101001111000010110000100010100010100111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15a970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,169,112); }

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

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

 a { background-color: rgb(21,169,112); }

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

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

 span { border-color: rgb(21,169,112); }

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