Html Css Color HEX #13CA7D Mountain Meadow

📋 copy color: '#13CA7D'

red 19 ◦ green 202 ◦ blue 125

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

Shades of Mountain Meadow #13CA7D

Tints of Mountain Meadow #13CA7D

RGB

 RED value IS 19 (7.81% from 255) = 5.49%

 GREEN value IS 202 (79.3% from 255) = 58.38%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 5.49%
G = 58.38%
B = 36.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#13CA7D (or 0x13CA7D) is known color: Mountain Meadow. HEX triplet: 13, CA and 7D. RGB value is (19,202,125). Sum of RGB (Red+Green+Blue) = 19+202+125=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA7D is #EC3582. Grayscale: #8A8A8A. Windows color (decimal): -15480195 or 8243731. OLE color: 8243731.

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

Color convert

RGB 19 202 125 -
CMYK 0.91 0 0.38 0.21
HSL 154.75º 0.83% 0.43% -
HSV(B) 154.75º 0.91% 0.79% -
XYZ 25.09 43.86 26.55 -
YUV 138.51 120.37 42.76 -
System Red Green Blue C M Y K H S L
Decimal 19 202 125 0.91 0 0.38 0.21 154.75 0.83 0.43
Hex 13 CA 7D 5B 0 26 15 9B 53 2B
Octal 23 312 175 133 0 46 25 233 123 53
Binary 10011 11001010 1111101 1011011 0 100110 10101 10011011 1010011 101011

Color Harmonies of #13CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA7D

Black with #13CA7D

Text Example


Text Example

White with #13CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CA7D;
 }
 .AnyTagClassName
 {
   color: #13CA7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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