#15A280

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

Shades of Mountain Meadow #15A280

Tints of Mountain Meadow #15A280

Color information

#15A280 (or 0x15A280) is unknown color: approx Mountain Meadow. HEX triplet: 15, A2 and 80. RGB value is (21,162,128). Sum of RGB (Red+Green+Blue) = 21+162+128=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #15A280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A280 is #EA5D7F. Grayscale: #737373. Windows color (decimal): -15359360 or 8430101. OLE color: 8430101.

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

Color convert

RGB21162128-
CMYK0.8700.210.36
HSL165.53º77.05%35.88%-
HSV(B)165.53º87.04%63.53%-
XYZ17.1327.5624.84-
YUV115.96134.7960.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=6.75%
G=52.09%
B=41.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621280.8700.210.36165.5377.0535.88
Hex15A2805701524a64d24
Octal252422001270254424611544
Binary1010110100010100000001010111010101100100101001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,128); }

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

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

 a { background-color: rgb(21,162,128); }

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

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

 span { border-color: rgb(21,162,128); }

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