Html Css Color HEX #13AF77 Mountain Meadow

📋 copy color: '#13AF77'

red 19 ◦ green 175 ◦ blue 119

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

Shades of Mountain Meadow #13AF77

Tints of Mountain Meadow #13AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.91%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 6.07%
G = 55.91%
B = 38.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#13AF77 (or 0x13AF77) is known color: Mountain Meadow. HEX triplet: 13, AF and 77. RGB value is (19,175,119). Sum of RGB (Red+Green+Blue) = 19+175+119=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF77 is #EC5088. Grayscale: #7A7A7A. Windows color (decimal): -15487113 or 7843603. OLE color: 7843603.

HSL color Cylindrical-coordinate representation of color #13AF77: hue angle of 158.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF77 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 119 -
CMYK 0.89 0 0.32 0.31
HSL 158.46º 0.8% 0.38% -
HSV(B) 158.46º 0.89% 0.69% -
XYZ 18.93 32.13 22.66 -
YUV 121.97 126.32 54.55 -
System Red Green Blue C M Y K H S L
Decimal 19 175 119 0.89 0 0.32 0.31 158.46 0.8 0.38
Hex 13 AF 77 59 0 20 1F 9E 50 26
Octal 23 257 167 131 0 40 37 236 120 46
Binary 10011 10101111 1110111 1011001 0 100000 11111 10011110 1010000 100110

Color Harmonies of #13AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF77

Black with #13AF77

Text Example


Text Example

White with #13AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,119); }

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

background-color css

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

 a { background-color: rgb(19,175,119); }

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

border-color css

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

 span { border-color: rgb(19,175,119); }

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