Html Css Color HEX #13AA76 Mountain Meadow

📋 copy color: '#13AA76'

red 19 ◦ green 170 ◦ blue 118

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

Shades of Mountain Meadow #13AA76

Tints of Mountain Meadow #13AA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 6.19%
G = 55.37%
B = 38.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#13AA76 (or 0x13AA76) is known color: Mountain Meadow. HEX triplet: 13, AA and 76. RGB value is (19,170,118). Sum of RGB (Red+Green+Blue) = 19+170+118=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA76 is #EC5589. Grayscale: #767676. Windows color (decimal): -15488394 or 7776787. OLE color: 7776787.

HSL color Cylindrical-coordinate representation of color #13AA76: hue angle of 159.34º 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 #13AA76 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 118 -
CMYK 0.89 0 0.31 0.33
HSL 159.34º 0.8% 0.37% -
HSV(B) 159.34º 0.89% 0.67% -
XYZ 17.91 30.2 22.02 -
YUV 118.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 19 170 118 0.89 0 0.31 0.33 159.34 0.8 0.37
Hex 13 AA 76 59 0 1F 21 9F 50 25
Octal 23 252 166 131 0 37 41 237 120 45
Binary 10011 10101010 1110110 1011001 0 11111 100001 10011111 1010000 100101

Color Harmonies of #13AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA76

Black with #13AA76

Text Example


Text Example

White with #13AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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