#13C182

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

Shades of Mountain Meadow #13C182

Tints of Mountain Meadow #13C182

Color information

#13C182 (or 0x13C182) is unknown color: approx Mountain Meadow. HEX triplet: 13, C1 and 82. RGB value is (19,193,130). Sum of RGB (Red+Green+Blue) = 19+193+130=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #13C182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C182 is #EC3E7D. Grayscale: #858585. Windows color (decimal): -15482494 or 8569107. OLE color: 8569107.

HSL color Cylindrical-coordinate representation of color #13C182: hue angle of 158.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C182 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19193130-
CMYK0.9000.330.24
HSL158.28º82.08%41.57%-
HSV(B)158.28º90.16%75.69%-
XYZ23.3739.8927.59-
YUV133.79125.8546.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.56%
GREEN value IS 193 (75.78% from 255) = 56.43%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=5.56%
G=56.43%
B=38.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191931300.9000.330.24158.2882.0841.57
Hex13C1825A021189e522a
Octal233012021320413023612252
Binary1001111000001100000101011010010000111000100111101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,193,130); }

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

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

 a { background-color: rgb(19,193,130); }

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

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

 span { border-color: rgb(19,193,130); }

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