Html Css Color HEX #13AA81 Mountain Meadow

📋 copy color: '#13AA81'

red 19 ◦ green 170 ◦ blue 129

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

Shades of Mountain Meadow #13AA81

Tints of Mountain Meadow #13AA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.46%

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

R = 5.97%
G = 53.46%
B = 40.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#13AA81 (or 0x13AA81) is known color: Mountain Meadow. HEX triplet: 13, AA and 81. RGB value is (19,170,129). Sum of RGB (Red+Green+Blue) = 19+170+129=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA81 is #EC557E. Grayscale: #787878. Windows color (decimal): -15488383 or 8497683. OLE color: 8497683.

HSL color Cylindrical-coordinate representation of color #13AA81: hue angle of 163.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA81 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 129 -
CMYK 0.89 0 0.24 0.33
HSL 163.71º 0.8% 0.37% -
HSV(B) 163.71º 0.89% 0.67% -
XYZ 18.61 30.47 25.67 -
YUV 120.18 132.97 55.83 -
System Red Green Blue C M Y K H S L
Decimal 19 170 129 0.89 0 0.24 0.33 163.71 0.8 0.37
Hex 13 AA 81 59 0 18 21 A4 50 25
Octal 23 252 201 131 0 30 41 244 120 45
Binary 10011 10101010 10000001 1011001 0 11000 100001 10100100 1010000 100101

Color Harmonies of #13AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA81

Black with #13AA81

Text Example


Text Example

White with #13AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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