Html Css Color HEX #13AA6C Jade

📋 copy color: '#13AA6C'

red 19 ◦ green 170 ◦ blue 108

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

Shades of Jade #13AA6C

Tints of Jade #13AA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 6.4%
G = 57.24%
B = 36.36%

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

#13AA6C (or 0x13AA6C) is known color: Jade. HEX triplet: 13, AA and 6C. RGB value is (19,170,108). Sum of RGB (Red+Green+Blue) = 19+170+108=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA6C is #EC5593. Grayscale: #757575. Windows color (decimal): -15488404 or 7121427. OLE color: 7121427.

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

Color convert

RGB 19 170 108 -
CMYK 0.89 0 0.36 0.33
HSL 155.36º 0.8% 0.37% -
HSV(B) 155.36º 0.89% 0.67% -
XYZ 17.35 29.97 19.06 -
YUV 117.78 122.47 57.54 -
System Red Green Blue C M Y K H S L
Decimal 19 170 108 0.89 0 0.36 0.33 155.36 0.8 0.37
Hex 13 AA 6C 59 0 24 21 9B 50 25
Octal 23 252 154 131 0 44 41 233 120 45
Binary 10011 10101010 1101100 1011001 0 100100 100001 10011011 1010000 100101

Color Harmonies of #13AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA6C

Black with #13AA6C

Text Example


Text Example

White with #13AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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