Html Css Color HEX #13A281 Mountain Meadow

📋 copy color: '#13A281'

red 19 ◦ green 162 ◦ blue 129

#13A281
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #13A281

Tints of Mountain Meadow #13A281

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

 GREEN value IS 162 (63.67% from 255) = 52.26%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 6.13%
G = 52.26%
B = 41.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#13A281 (or 0x13A281) is known color: Mountain Meadow. HEX triplet: 13, A2 and 81. RGB value is (19,162,129). Sum of RGB (Red+Green+Blue) = 19+162+129=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #13A281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A281 is #EC5D7E. Grayscale: #737373. Windows color (decimal): -15490431 or 8495635. OLE color: 8495635.

HSL color Cylindrical-coordinate representation of color #13A281: hue angle of 166.15º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A281 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 129 -
CMYK 0.88 0 0.20 0.36
HSL 166.15º 0.79% 0.35% -
HSV(B) 166.15º 0.88% 0.64% -
XYZ 17.15 27.56 25.19 -
YUV 115.48 135.62 59.18 -
System Red Green Blue C M Y K H S L
Decimal 19 162 129 0.88 0 0.20 0.36 166.15 0.79 0.35
Hex 13 A2 81 58 0 14 24 A6 4F 23
Octal 23 242 201 130 0 24 44 246 117 43
Binary 10011 10100010 10000001 1011000 0 10100 100100 10100110 1001111 100011

Color Harmonies of #13A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A281

Black with #13A281

Text Example


Text Example

White with #13A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,129); }

 H1.HeaderClassName
 {
   color: #13A281;
 }
 .AnyTagClassName
 {
   color: #13A281;
 }
</style>

background-color css

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

 a { background-color: rgb(19,162,129); }

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

border-color css

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

 span { border-color: rgb(19,162,129); }

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