#13C07C

Color #13C07C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13C07C

Tints of Mountain Meadow #13C07C

Color information

#13C07C (or 0x13C07C) is unknown color: approx Mountain Meadow. HEX triplet: 13, C0 and 7C. RGB value is (19,192,124). Sum of RGB (Red+Green+Blue) = 19+192+124=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #13C07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C07C is #EC3F83. Grayscale: #848484. Windows color (decimal): -15482756 or 8175635. OLE color: 8175635.

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

Color convert

RGB19192124-
CMYK0.9000.350.25
HSL156.42º81.99%41.37%-
HSV(B)156.42º90.1%75.29%-
XYZ22.7639.2925.45-
YUV132.52123.1947.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 192 (75.39% from 255) = 57.31%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=5.67%
G=57.31%
B=37.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921240.9000.350.25156.4281.9941.37
Hex13C07C5A023199c5229
Octal233001741320433123412251
Binary100111100000011111001011010010001111001100111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13C07C;
 }
 .AnyTagClassName
 {
   color: #13C07C;
 }
</style>
background-color css

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

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

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

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

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

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