#15A584

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

Shades of Mountain Meadow #15A584

Tints of Mountain Meadow #15A584

Color information

#15A584 (or 0x15A584) is unknown color: approx Mountain Meadow. HEX triplet: 15, A5 and 84. RGB value is (21,165,132). Sum of RGB (Red+Green+Blue) = 21+165+132=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #15A584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A584 is #EA5A7B. Grayscale: #767676. Windows color (decimal): -15358588 or 8693013. OLE color: 8693013.

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

Color convert

RGB21165132-
CMYK0.8700.200.35
HSL166.25º77.42%36.47%-
HSV(B)166.25º87.27%64.71%-
XYZ17.9328.7426.43-
YUV118.18135.7958.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.60%
GREEN value IS 165 (64.84% from 255) = 51.89%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=6.60%
G=51.89%
B=41.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211651320.8700.200.35166.2577.4236.47
Hex15A5845701423a64d24
Octal252452041270244324611544
Binary1010110100101100001001010111010100100011101001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,165,132); }

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

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

 a { background-color: rgb(21,165,132); }

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

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

 span { border-color: rgb(21,165,132); }

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