#13CA86

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

Shades of Mountain Meadow #13CA86

Tints of Mountain Meadow #13CA86

Color information

#13CA86 (or 0x13CA86) is unknown color: approx Mountain Meadow. HEX triplet: 13, CA and 86. RGB value is (19,202,134). Sum of RGB (Red+Green+Blue) = 19+202+134=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA86 is #EC3579. Grayscale: #8B8B8B. Windows color (decimal): -15480186 or 8833555. OLE color: 8833555.

HSL color Cylindrical-coordinate representation of color #13CA86: hue angle of 157.7º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA86 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB19202134-
CMYK0.9100.340.21
HSL157.7º82.81%43.33%-
HSV(B)157.7º90.59%79.22%-
XYZ25.6944.129.71-
YUV139.53124.8742.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.35%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=5.35%
G=56.90%
B=37.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192021340.9100.340.21157.782.8143.33
Hex13CA865B022159e532b
Octal233122061330422523612353
Binary1001111001010100001101011011010001010101100111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,202,134); }

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

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

 a { background-color: rgb(19,202,134); }

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

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

 span { border-color: rgb(19,202,134); }

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