#15A07F

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

Shades of Mountain Meadow #15A07F

Tints of Mountain Meadow #15A07F

Color information

#15A07F (or 0x15A07F) is unknown color: approx Mountain Meadow. HEX triplet: 15, A0 and 7F. RGB value is (21,160,127). Sum of RGB (Red+Green+Blue) = 21+160+127=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #15A07F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A07F is #EA5F80. Grayscale: #727272. Windows color (decimal): -15359873 or 8364053. OLE color: 8364053.

HSL color Cylindrical-coordinate representation of color #15A07F: hue angle of 165.76º 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 #15A07F is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB21160127-
CMYK0.8700.210.37
HSL165.76º76.8%35.49%-
HSV(B)165.76º86.87%62.75%-
XYZ16.7126.8324.38-
YUV114.68134.9561.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 160 (62.89% from 255) = 51.95%
BLUE value IS 127 (50% from 255) = 41.23%
R=6.82%
G=51.95%
B=41.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211601270.8700.210.37165.7676.835.49
Hex15A07F5701525a64d23
Octal252401771270254524611543
Binary101011010000011111111010111010101100101101001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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