#13C871

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

Shades of Mountain Meadow #13C871

Tints of Mountain Meadow #13C871

Color information

#13C871 (or 0x13C871) is unknown color: approx Mountain Meadow. HEX triplet: 13, C8 and 71. RGB value is (19,200,113). Sum of RGB (Red+Green+Blue) = 19+200+113=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #13C871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C871 is #EC378E. Grayscale: #888888. Windows color (decimal): -15480719 or 7456787. OLE color: 7456787.

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

Color convert

RGB19200113-
CMYK0.9000.440.22
HSL151.16º82.65%42.94%-
HSV(B)151.16º90.5%78.43%-
XYZ23.942.6422.59-
YUV135.96115.0344.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.72%
GREEN value IS 200 (78.52% from 255) = 60.24%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=5.72%
G=60.24%
B=34.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192001130.9000.440.22151.1682.6542.94
Hex13C8715A02C1697532b
Octal233101611320542622712353
Binary100111100100011100011011010010110010110100101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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