Html Css Color HEX #13A26D Jade

📋 copy color: '#13A26D'

red 19 ◦ green 162 ◦ blue 109

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

Shades of Jade #13A26D

Tints of Jade #13A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.86%

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

R = 6.55%
G = 55.86%
B = 37.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#13A26D (or 0x13A26D) is known color: Jade. HEX triplet: 13, A2 and 6D. RGB value is (19,162,109). Sum of RGB (Red+Green+Blue) = 19+162+109=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #13A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A26D is #EC5D92. Grayscale: #717171. Windows color (decimal): -15490451 or 7184915. OLE color: 7184915.

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

Color convert

RGB 19 162 109 -
CMYK 0.88 0 0.33 0.36
HSL 157.76º 0.79% 0.35% -
HSV(B) 157.76º 0.88% 0.64% -
XYZ 15.95 27.08 18.85 -
YUV 113.2 125.62 60.81 -
System Red Green Blue C M Y K H S L
Decimal 19 162 109 0.88 0 0.33 0.36 157.76 0.79 0.35
Hex 13 A2 6D 58 0 21 24 9E 4F 23
Octal 23 242 155 130 0 41 44 236 117 43
Binary 10011 10100010 1101101 1011000 0 100001 100100 10011110 1001111 100011

Color Harmonies of #13A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A26D

Black with #13A26D

Text Example


Text Example

White with #13A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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