Html Css Color HEX #13CA7B Mountain Meadow

📋 copy color: '#13CA7B'

red 19 ◦ green 202 ◦ blue 123

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

Shades of Mountain Meadow #13CA7B

Tints of Mountain Meadow #13CA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 5.52%
G = 58.72%
B = 35.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#13CA7B (or 0x13CA7B) is known color: Mountain Meadow. HEX triplet: 13, CA and 7B. RGB value is (19,202,123). Sum of RGB (Red+Green+Blue) = 19+202+123=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA7B is #EC3584. Grayscale: #8A8A8A. Windows color (decimal): -15480197 or 8112659. OLE color: 8112659.

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

Color convert

RGB 19 202 123 -
CMYK 0.91 0 0.39 0.21
HSL 154.1º 0.83% 0.43% -
HSV(B) 154.1º 0.91% 0.79% -
XYZ 24.96 43.81 25.88 -
YUV 138.28 119.37 42.92 -
System Red Green Blue C M Y K H S L
Decimal 19 202 123 0.91 0 0.39 0.21 154.1 0.83 0.43
Hex 13 CA 7B 5B 0 27 15 9A 53 2B
Octal 23 312 173 133 0 47 25 232 123 53
Binary 10011 11001010 1111011 1011011 0 100111 10101 10011010 1010011 101011

Color Harmonies of #13CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA7B

Black with #13CA7B

Text Example


Text Example

White with #13CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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