Html Css Color HEX #13AF74 Mountain Meadow

📋 copy color: '#13AF74'

red 19 ◦ green 175 ◦ blue 116

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

Shades of Mountain Meadow #13AF74

Tints of Mountain Meadow #13AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 6.13%
G = 56.45%
B = 37.42%

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

#13AF74 (or 0x13AF74) is known color: Mountain Meadow. HEX triplet: 13, AF and 74. RGB value is (19,175,116). Sum of RGB (Red+Green+Blue) = 19+175+116=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF74 is #EC508B. Grayscale: #797979. Windows color (decimal): -15487116 or 7646995. OLE color: 7646995.

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

Color convert

RGB 19 175 116 -
CMYK 0.89 0 0.34 0.31
HSL 157.31º 0.8% 0.38% -
HSV(B) 157.31º 0.89% 0.69% -
XYZ 18.75 32.06 21.72 -
YUV 121.63 124.82 54.8 -
System Red Green Blue C M Y K H S L
Decimal 19 175 116 0.89 0 0.34 0.31 157.31 0.8 0.38
Hex 13 AF 74 59 0 22 1F 9D 50 26
Octal 23 257 164 131 0 42 37 235 120 46
Binary 10011 10101111 1110100 1011001 0 100010 11111 10011101 1010000 100110

Color Harmonies of #13AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF74

Black with #13AF74

Text Example


Text Example

White with #13AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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