#15BA69

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

Shades of Jade #15BA69

Tints of Jade #15BA69

Color information

#15BA69 (or 0x15BA69) is unknown color: approx Jade. HEX triplet: 15, BA and 69. RGB value is (21,186,105). Sum of RGB (Red+Green+Blue) = 21+186+105=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA69 is #EA4596. Grayscale: #7F7F7F. Windows color (decimal): -15353239 or 6928917. OLE color: 6928917.

HSL color Cylindrical-coordinate representation of color #15BA69: hue angle of 150.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA69 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB21186105-
CMYK0.8900.440.27
HSL150.55º79.71%40.59%-
HSV(B)150.55º88.71%72.94%-
XYZ20.4236.319.29-
YUV127.43115.3452.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=6.73%
G=59.62%
B=33.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861050.8900.440.27150.5579.7140.59
Hex15BA695902C1B975029
Octal252721511310543322712051
Binary101011011101011010011011001010110011011100101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,186,105); }

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

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

 a { background-color: rgb(21,186,105); }

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

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

 span { border-color: rgb(21,186,105); }

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