Html Css Color HEX #13AF73 Mountain Meadow

📋 copy color: '#13AF73'

red 19 ◦ green 175 ◦ blue 115

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

Shades of Mountain Meadow #13AF73

Tints of Mountain Meadow #13AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 6.15%
G = 56.63%
B = 37.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#13AF73 (or 0x13AF73) is known color: Mountain Meadow. HEX triplet: 13, AF and 73. RGB value is (19,175,115). Sum of RGB (Red+Green+Blue) = 19+175+115=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF73 is #EC508C. Grayscale: #797979. Windows color (decimal): -15487117 or 7581459. OLE color: 7581459.

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

Color convert

RGB 19 175 115 -
CMYK 0.89 0 0.34 0.31
HSL 156.92º 0.8% 0.38% -
HSV(B) 156.92º 0.89% 0.69% -
XYZ 18.69 32.04 21.42 -
YUV 121.52 124.32 54.88 -
System Red Green Blue C M Y K H S L
Decimal 19 175 115 0.89 0 0.34 0.31 156.92 0.8 0.38
Hex 13 AF 73 59 0 22 1F 9D 50 26
Octal 23 257 163 131 0 42 37 235 120 46
Binary 10011 10101111 1110011 1011001 0 100010 11111 10011101 1010000 100110

Color Harmonies of #13AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF73

Black with #13AF73

Text Example


Text Example

White with #13AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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