#13C08E

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

Shades of Mountain Meadow #13C08E

Tints of Mountain Meadow #13C08E

Color information

#13C08E (or 0x13C08E) is unknown color: approx Mountain Meadow. HEX triplet: 13, C0 and 8E. RGB value is (19,192,142). Sum of RGB (Red+Green+Blue) = 19+192+142=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08E is #EC3F71. Grayscale: #868686. Windows color (decimal): -15482738 or 9355283. OLE color: 9355283.

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

Color convert

RGB19192142-
CMYK0.9000.260.25
HSL162.66º81.99%41.37%-
HSV(B)162.66º90.1%75.29%-
XYZ2439.7932.01-
YUV134.57132.1945.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=5.38%
G=54.39%
B=40.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921420.9000.260.25162.6681.9941.37
Hex13C08E5A01A19a35229
Octal233002161320323124312251
Binary100111100000010001110101101001101011001101000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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