Html Css Color HEX #13C58D Mountain Meadow

📋 copy color: '#13C58D'

red 19 ◦ green 197 ◦ blue 141

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

Shades of Mountain Meadow #13C58D

Tints of Mountain Meadow #13C58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 5.32%
G = 55.18%
B = 39.5%

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

#13C58D (or 0x13C58D) is known color: Mountain Meadow. HEX triplet: 13, C5 and 8D. RGB value is (19,197,141). Sum of RGB (Red+Green+Blue) = 19+197+141=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #13C58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C58D is #EC3A72. Grayscale: #898989. Windows color (decimal): -15481459 or 9291027. OLE color: 9291027.

HSL color Cylindrical-coordinate representation of color #13C58D: hue angle of 161.12º 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 #13C58D is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 141 -
CMYK 0.90 0 0.28 0.23
HSL 161.12º 0.82% 0.42% -
HSV(B) 161.12º 0.9% 0.77% -
XYZ 25.04 41.99 31.99 -
YUV 137.39 130.03 43.55 -
System Red Green Blue C M Y K H S L
Decimal 19 197 141 0.90 0 0.28 0.23 161.12 0.82 0.42
Hex 13 C5 8D 5A 0 1C 17 A1 52 2A
Octal 23 305 215 132 0 34 27 241 122 52
Binary 10011 11000101 10001101 1011010 0 11100 10111 10100001 1010010 101010

Color Harmonies of #13C58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C58D

Black with #13C58D

Text Example


Text Example

White with #13C58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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