Html Css Color HEX #13CA8A Mountain Meadow

📋 copy color: '#13CA8A'

red 19 ◦ green 202 ◦ blue 138

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

Shades of Mountain Meadow #13CA8A

Tints of Mountain Meadow #13CA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 5.29%
G = 56.27%
B = 38.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#13CA8A (or 0x13CA8A) is known color: Mountain Meadow. HEX triplet: 13, CA and 8A. RGB value is (19,202,138). Sum of RGB (Red+Green+Blue) = 19+202+138=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA8A is #EC3575. Grayscale: #8C8C8C. Windows color (decimal): -15480182 or 9095699. OLE color: 9095699.

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

Color convert

RGB 19 202 138 -
CMYK 0.91 0 0.32 0.21
HSL 159.02º 0.83% 0.43% -
HSV(B) 159.02º 0.91% 0.79% -
XYZ 25.98 44.21 31.21 -
YUV 139.99 126.87 41.7 -
System Red Green Blue C M Y K H S L
Decimal 19 202 138 0.91 0 0.32 0.21 159.02 0.83 0.43
Hex 13 CA 8A 5B 0 20 15 9F 53 2B
Octal 23 312 212 133 0 40 25 237 123 53
Binary 10011 11001010 10001010 1011011 0 100000 10101 10011111 1010011 101011

Color Harmonies of #13CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA8A

Black with #13CA8A

Text Example


Text Example

White with #13CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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