#15BA7A

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

Shades of Mountain Meadow #15BA7A

Tints of Mountain Meadow #15BA7A

Color information

#15BA7A (or 0x15BA7A) is unknown color: approx Mountain Meadow. HEX triplet: 15, BA and 7A. RGB value is (21,186,122). Sum of RGB (Red+Green+Blue) = 21+186+122=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA7A is #EA4585. Grayscale: #818181. Windows color (decimal): -15353222 or 8043029. OLE color: 8043029.

HSL color Cylindrical-coordinate representation of color #15BA7A: hue angle of 156.73º 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 #15BA7A is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB21186122-
CMYK0.8900.340.27
HSL156.73º79.71%40.59%-
HSV(B)156.73º88.71%72.94%-
XYZ21.3836.6824.37-
YUV129.37123.8450.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.38%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=6.38%
G=56.53%
B=37.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861220.8900.340.27156.7379.7140.59
Hex15BA7A590221B9d5029
Octal252721721310423323512051
Binary101011011101011110101011001010001011011100111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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