Html Css Color HEX #13AA6E Jade

📋 copy color: '#13AA6E'

red 19 ◦ green 170 ◦ blue 110

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

Shades of Jade #13AA6E

Tints of Jade #13AA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 6.35%
G = 56.86%
B = 36.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#13AA6E (or 0x13AA6E) is known color: Jade. HEX triplet: 13, AA and 6E. RGB value is (19,170,110). Sum of RGB (Red+Green+Blue) = 19+170+110=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA6E is #EC5591. Grayscale: #767676. Windows color (decimal): -15488402 or 7252499. OLE color: 7252499.

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

Color convert

RGB 19 170 110 -
CMYK 0.89 0 0.35 0.33
HSL 156.16º 0.8% 0.37% -
HSV(B) 156.16º 0.89% 0.67% -
XYZ 17.46 30.01 19.62 -
YUV 118.01 123.47 57.38 -
System Red Green Blue C M Y K H S L
Decimal 19 170 110 0.89 0 0.35 0.33 156.16 0.8 0.37
Hex 13 AA 6E 59 0 23 21 9C 50 25
Octal 23 252 156 131 0 43 41 234 120 45
Binary 10011 10101010 1101110 1011001 0 100011 100001 10011100 1010000 100101

Color Harmonies of #13AA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA6E

Black with #13AA6E

Text Example


Text Example

White with #13AA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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