Html Css Color HEX #13C58E Mountain Meadow

📋 copy color: '#13C58E'

red 19 ◦ green 197 ◦ blue 142

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

Shades of Mountain Meadow #13C58E

Tints of Mountain Meadow #13C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.03%

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 5.31%
G = 55.03%
B = 39.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#13C58E (or 0x13C58E) is known color: Mountain Meadow. HEX triplet: 13, C5 and 8E. RGB value is (19,197,142). Sum of RGB (Red+Green+Blue) = 19+197+142=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #13C58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C58E is #EC3A71. Grayscale: #898989. Windows color (decimal): -15481458 or 9356563. OLE color: 9356563.

HSL color Cylindrical-coordinate representation of color #13C58E: hue angle of 161.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C58E is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 142 -
CMYK 0.90 0 0.28 0.23
HSL 161.46º 0.82% 0.42% -
HSV(B) 161.46º 0.9% 0.77% -
XYZ 25.12 42.02 32.38 -
YUV 137.51 130.53 43.47 -
System Red Green Blue C M Y K H S L
Decimal 19 197 142 0.90 0 0.28 0.23 161.46 0.82 0.42
Hex 13 C5 8E 5A 0 1C 17 A1 52 2A
Octal 23 305 216 132 0 34 27 241 122 52
Binary 10011 11000101 10001110 1011010 0 11100 10111 10100001 1010010 101010

Color Harmonies of #13C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C58E

Black with #13C58E

Text Example


Text Example

White with #13C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,197,142); }

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

background-color css

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

 a { background-color: rgb(19,197,142); }

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

border-color css

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

 span { border-color: rgb(19,197,142); }

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