#13A280

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

Shades of Mountain Meadow #13A280

Tints of Mountain Meadow #13A280

Color information

#13A280 (or 0x13A280) is unknown color: approx Mountain Meadow. HEX triplet: 13, A2 and 80. RGB value is (19,162,128). Sum of RGB (Red+Green+Blue) = 19+162+128=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #13A280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A280 is #EC5D7F. Grayscale: #737373. Windows color (decimal): -15490432 or 8430099. OLE color: 8430099.

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

Color convert

RGB19162128-
CMYK0.8800.210.36
HSL165.73º79.01%35.49%-
HSV(B)165.73º88.27%63.53%-
XYZ17.0927.5424.84-
YUV115.37135.1259.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=6.15%
G=52.43%
B=41.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621280.8800.210.36165.7379.0135.49
Hex13A2805801524a64f23
Octal232422001300254424611743
Binary1001110100010100000001011000010101100100101001101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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