Html Css Color HEX #13C071 Mountain Meadow

📋 copy color: '#13C071'

red 19 ◦ green 192 ◦ blue 113

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

Shades of Mountain Meadow #13C071

Tints of Mountain Meadow #13C071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 5.86%
G = 59.26%
B = 34.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#13C071 (or 0x13C071) is known color: Mountain Meadow. HEX triplet: 13, C0 and 71. RGB value is (19,192,113). Sum of RGB (Red+Green+Blue) = 19+192+113=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #13C071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C071 is #EC3F8E. Grayscale: #838383. Windows color (decimal): -15482767 or 7454739. OLE color: 7454739.

HSL color Cylindrical-coordinate representation of color #13C071: hue angle of 152.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C071 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 113 -
CMYK 0.90 0 0.41 0.25
HSL 152.6º 0.82% 0.41% -
HSV(B) 152.6º 0.9% 0.75% -
XYZ 22.1 39.03 21.99 -
YUV 131.27 117.69 47.92 -
System Red Green Blue C M Y K H S L
Decimal 19 192 113 0.90 0 0.41 0.25 152.6 0.82 0.41
Hex 13 C0 71 5A 0 29 19 99 52 29
Octal 23 300 161 132 0 51 31 231 122 51
Binary 10011 11000000 1110001 1011010 0 101001 11001 10011001 1010010 101001

Color Harmonies of #13C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C071

Black with #13C071

Text Example


Text Example

White with #13C071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,113); }

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

background-color css

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

 a { background-color: rgb(19,192,113); }

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

border-color css

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

 span { border-color: rgb(19,192,113); }

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