#13CA85

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

Shades of Mountain Meadow #13CA85

Tints of Mountain Meadow #13CA85

Color information

#13CA85 (or 0x13CA85) is unknown color: approx Mountain Meadow. HEX triplet: 13, CA and 85. RGB value is (19,202,133). Sum of RGB (Red+Green+Blue) = 19+202+133=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA85 is #EC357A. Grayscale: #8B8B8B. Windows color (decimal): -15480187 or 8768019. OLE color: 8768019.

HSL color Cylindrical-coordinate representation of color #13CA85: hue angle of 157.38º 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 #13CA85 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB19202133-
CMYK0.9100.340.21
HSL157.38º82.81%43.33%-
HSV(B)157.38º90.59%79.22%-
XYZ25.6244.0729.35-
YUV139.42124.3742.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.37%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=5.37%
G=57.06%
B=37.57%

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
Decimal192021330.9100.340.21157.3882.8143.33
Hex13CA855B022159d532b
Octal233122051330422523512353
Binary1001111001010100001011011011010001010101100111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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