Html Css Color HEX #13C880 Mountain Meadow

📋 copy color: '#13C880'

red 19 ◦ green 200 ◦ blue 128

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

Shades of Mountain Meadow #13C880

Tints of Mountain Meadow #13C880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.64%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 5.48%
G = 57.64%
B = 36.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#13C880 (or 0x13C880) is known color: Mountain Meadow. HEX triplet: 13, C8 and 80. RGB value is (19,200,128). Sum of RGB (Red+Green+Blue) = 19+200+128=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #13C880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C880 is #EC377F. Grayscale: #898989. Windows color (decimal): -15480704 or 8439827. OLE color: 8439827.

HSL color Cylindrical-coordinate representation of color #13C880: hue angle of 156.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C880 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 128 -
CMYK 0.90 0 0.36 0.22
HSL 156.13º 0.83% 0.43% -
HSV(B) 156.13º 0.91% 0.78% -
XYZ 24.82 43.01 27.41 -
YUV 137.67 122.53 43.35 -
System Red Green Blue C M Y K H S L
Decimal 19 200 128 0.90 0 0.36 0.22 156.13 0.83 0.43
Hex 13 C8 80 5A 0 24 16 9C 53 2B
Octal 23 310 200 132 0 44 26 234 123 53
Binary 10011 11001000 10000000 1011010 0 100100 10110 10011100 1010011 101011

Color Harmonies of #13C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C880

Black with #13C880

Text Example


Text Example

White with #13C880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,128); }

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

background-color css

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

 a { background-color: rgb(19,200,128); }

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

border-color css

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

 span { border-color: rgb(19,200,128); }

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