Html Css Color HEX #13AA71 Jade

📋 copy color: '#13AA71'

red 19 ◦ green 170 ◦ blue 113

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

Shades of Jade #13AA71

Tints of Jade #13AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 6.29%
G = 56.29%
B = 37.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#13AA71 (or 0x13AA71) is known color: Jade. HEX triplet: 13, AA and 71. RGB value is (19,170,113). Sum of RGB (Red+Green+Blue) = 19+170+113=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA71 is #EC558E. Grayscale: #767676. Windows color (decimal): -15488399 or 7449107. OLE color: 7449107.

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

Color convert

RGB 19 170 113 -
CMYK 0.89 0 0.34 0.33
HSL 157.35º 0.8% 0.37% -
HSV(B) 157.35º 0.89% 0.67% -
XYZ 17.62 30.08 20.5 -
YUV 118.35 124.97 57.13 -
System Red Green Blue C M Y K H S L
Decimal 19 170 113 0.89 0 0.34 0.33 157.35 0.8 0.37
Hex 13 AA 71 59 0 22 21 9D 50 25
Octal 23 252 161 131 0 42 41 235 120 45
Binary 10011 10101010 1110001 1011001 0 100010 100001 10011101 1010000 100101

Color Harmonies of #13AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA71

Black with #13AA71

Text Example


Text Example

White with #13AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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