#13C786

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

Shades of Mountain Meadow #13C786

Tints of Mountain Meadow #13C786

Color information

#13C786 (or 0x13C786) is unknown color: approx Mountain Meadow. HEX triplet: 13, C7 and 86. RGB value is (19,199,134). Sum of RGB (Red+Green+Blue) = 19+199+134=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #13C786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C786 is #EC3879. Grayscale: #898989. Windows color (decimal): -15480954 or 8832787. OLE color: 8832787.

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

Color convert

RGB19199134-
CMYK0.9000.330.22
HSL158.33º82.57%42.75%-
HSV(B)158.33º90.45%78.04%-
XYZ2542.7129.48-
YUV137.77125.8743.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.40%
GREEN value IS 199 (78.12% from 255) = 56.53%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=5.40%
G=56.53%
B=38.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191991340.9000.330.22158.3382.5742.75
Hex13C7865A021169e532b
Octal233072061320412623612353
Binary1001111000111100001101011010010000110110100111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,199,134); }

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

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

 a { background-color: rgb(19,199,134); }

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

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

 span { border-color: rgb(19,199,134); }

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