Html Css Color HEX #13A770 Jade

📋 copy color: '#13A770'

red 19 ◦ green 167 ◦ blue 112

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

Shades of Jade #13A770

Tints of Jade #13A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.04%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 6.38%
G = 56.04%
B = 37.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#13A770 (or 0x13A770) is known color: Jade. HEX triplet: 13, A7 and 70. RGB value is (19,167,112). Sum of RGB (Red+Green+Blue) = 19+167+112=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #13A770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A770 is #EC588F. Grayscale: #747474. Windows color (decimal): -15489168 or 7382803. OLE color: 7382803.

HSL color Cylindrical-coordinate representation of color #13A770: hue angle of 157.7º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A770 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 167 112 -
CMYK 0.89 0 0.33 0.35
HSL 157.7º 0.8% 0.36% -
HSV(B) 157.7º 0.89% 0.65% -
XYZ 17.01 28.95 20.02 -
YUV 116.48 125.47 58.47 -
System Red Green Blue C M Y K H S L
Decimal 19 167 112 0.89 0 0.33 0.35 157.7 0.8 0.36
Hex 13 A7 70 59 0 21 23 9E 50 24
Octal 23 247 160 131 0 41 43 236 120 44
Binary 10011 10100111 1110000 1011001 0 100001 100011 10011110 1010000 100100

Color Harmonies of #13A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A770

Black with #13A770

Text Example


Text Example

White with #13A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,167,112); }

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

background-color css

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

 a { background-color: rgb(19,167,112); }

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

border-color css

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

 span { border-color: rgb(19,167,112); }

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