#13C07B

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

Shades of Mountain Meadow #13C07B

Tints of Mountain Meadow #13C07B

Color information

#13C07B (or 0x13C07B) is unknown color: approx Mountain Meadow. HEX triplet: 13, C0 and 7B. RGB value is (19,192,123). Sum of RGB (Red+Green+Blue) = 19+192+123=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #13C07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C07B is #EC3F84. Grayscale: #848484. Windows color (decimal): -15482757 or 8110099. OLE color: 8110099.

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

Color convert

RGB19192123-
CMYK0.9000.360.25
HSL156.07º81.99%41.37%-
HSV(B)156.07º90.1%75.29%-
XYZ22.6939.2725.12-
YUV132.41122.6947.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 192 (75.39% from 255) = 57.49%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=5.69%
G=57.49%
B=36.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921230.9000.360.25156.0781.9941.37
Hex13C07B5A024199c5229
Octal233001731320443123412251
Binary100111100000011110111011010010010011001100111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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