Html Css Color HEX #13AA6D Jade

📋 copy color: '#13AA6D'

red 19 ◦ green 170 ◦ blue 109

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

Shades of Jade #13AA6D

Tints of Jade #13AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 6.38%
G = 57.05%
B = 36.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#13AA6D (or 0x13AA6D) is known color: Jade. HEX triplet: 13, AA and 6D. RGB value is (19,170,109). Sum of RGB (Red+Green+Blue) = 19+170+109=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA6D is #EC5592. Grayscale: #757575. Windows color (decimal): -15488403 or 7186963. OLE color: 7186963.

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

Color convert

RGB 19 170 109 -
CMYK 0.89 0 0.36 0.33
HSL 155.76º 0.8% 0.37% -
HSV(B) 155.76º 0.89% 0.67% -
XYZ 17.4 29.99 19.34 -
YUV 117.9 122.97 57.46 -
System Red Green Blue C M Y K H S L
Decimal 19 170 109 0.89 0 0.36 0.33 155.76 0.8 0.37
Hex 13 AA 6D 59 0 24 21 9C 50 25
Octal 23 252 155 131 0 44 41 234 120 45
Binary 10011 10101010 1101101 1011001 0 100100 100001 10011100 1010000 100101

Color Harmonies of #13AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA6D

Black with #13AA6D

Text Example


Text Example

White with #13AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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