#13C684

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

Shades of Mountain Meadow #13C684

Tints of Mountain Meadow #13C684

Color information

#13C684 (or 0x13C684) is unknown color: approx Mountain Meadow. HEX triplet: 13, C6 and 84. RGB value is (19,198,132). Sum of RGB (Red+Green+Blue) = 19+198+132=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #13C684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C684 is #EC397B. Grayscale: #898989. Windows color (decimal): -15481212 or 8701459. OLE color: 8701459.

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

Color convert

RGB19198132-
CMYK0.9000.330.22
HSL157.88º82.49%42.55%-
HSV(B)157.88º90.4%77.65%-
XYZ24.6342.1928.68-
YUV136.95125.243.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.44%
GREEN value IS 198 (77.73% from 255) = 56.73%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=5.44%
G=56.73%
B=37.82%

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
Decimal191981320.9000.330.22157.8882.4942.55
Hex13C6845A021169e522b
Octal233062041320412623612253
Binary1001111000110100001001011010010000110110100111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,198,132); }

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

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

 a { background-color: rgb(19,198,132); }

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

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

 span { border-color: rgb(19,198,132); }

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