#13C08F

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

Shades of Mountain Meadow #13C08F

Tints of Mountain Meadow #13C08F

Color information

#13C08F (or 0x13C08F) is unknown color: approx Mountain Meadow. HEX triplet: 13, C0 and 8F. RGB value is (19,192,143). Sum of RGB (Red+Green+Blue) = 19+192+143=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08F is #EC3F70. Grayscale: #868686. Windows color (decimal): -15482737 or 9420819. OLE color: 9420819.

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

Color convert

RGB19192143-
CMYK0.9000.260.25
HSL163.01º81.99%41.37%-
HSV(B)163.01º90.1%75.29%-
XYZ24.0839.8232.4-
YUV134.69132.6945.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.37%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=5.37%
G=54.24%
B=40.40%

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
Decimal191921430.9000.260.25163.0181.9941.37
Hex13C08F5A01A19a35229
Octal233002171320323124312251
Binary100111100000010001111101101001101011001101000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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