Html Css Color HEX #15A480 Mountain Meadow

📋 copy color: '#15A480'

red 21 ◦ green 164 ◦ blue 128

#15A480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #15A480

Tints of Mountain Meadow #15A480

RGB

 RED value IS 21 (8.59% from 255) = 6.71%

 GREEN value IS 164 (64.45% from 255) = 52.4%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 6.71%
G = 52.4%
B = 40.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#15A480 (or 0x15A480) is known color: Mountain Meadow. HEX triplet: 15, A4 and 80. RGB value is (21,164,128). Sum of RGB (Red+Green+Blue) = 21+164+128=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #15A480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A480 is #EA5B7F. Grayscale: #757575. Windows color (decimal): -15358848 or 8430613. OLE color: 8430613.

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

Color convert

RGB 21 164 128 -
CMYK 0.87 0 0.22 0.36
HSL 164.9º 0.77% 0.36% -
HSV(B) 164.9º 0.87% 0.64% -
XYZ 17.48 28.27 24.96 -
YUV 117.14 134.12 59.43 -
System Red Green Blue C M Y K H S L
Decimal 21 164 128 0.87 0 0.22 0.36 164.9 0.77 0.36
Hex 15 A4 80 57 0 16 24 A5 4D 24
Octal 25 244 200 127 0 26 44 245 115 44
Binary 10101 10100100 10000000 1010111 0 10110 100100 10100101 1001101 100100

Color Harmonies of #15A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A480

Black with #15A480

Text Example


Text Example

White with #15A480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15A480;
 }
 .AnyTagClassName
 {
   color: #15A480;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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