Html Css Color HEX #13AA6A Jade

📋 copy color: '#13AA6A'

red 19 ◦ green 170 ◦ blue 106

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

Shades of Jade #13AA6A

Tints of Jade #13AA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 6.44%
G = 57.63%
B = 35.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#13AA6A (or 0x13AA6A) is known color: Jade. HEX triplet: 13, AA and 6A. RGB value is (19,170,106). Sum of RGB (Red+Green+Blue) = 19+170+106=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA6A is #EC5595. Grayscale: #757575. Windows color (decimal): -15488406 or 6990355. OLE color: 6990355.

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

Color convert

RGB 19 170 106 -
CMYK 0.89 0 0.38 0.33
HSL 154.57º 0.8% 0.37% -
HSV(B) 154.57º 0.89% 0.67% -
XYZ 17.24 29.93 18.5 -
YUV 117.56 121.47 57.7 -
System Red Green Blue C M Y K H S L
Decimal 19 170 106 0.89 0 0.38 0.33 154.57 0.8 0.37
Hex 13 AA 6A 59 0 26 21 9B 50 25
Octal 23 252 152 131 0 46 41 233 120 45
Binary 10011 10101010 1101010 1011001 0 100110 100001 10011011 1010000 100101

Color Harmonies of #13AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA6A

Black with #13AA6A

Text Example


Text Example

White with #13AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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