Html Css Color HEX #13A26E Jade

📋 copy color: '#13A26E'

red 19 ◦ green 162 ◦ blue 110

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

Shades of Jade #13A26E

Tints of Jade #13A26E

RGB

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

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

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

R = 6.53%
G = 55.67%
B = 37.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#13A26E (or 0x13A26E) is known color: Jade. HEX triplet: 13, A2 and 6E. RGB value is (19,162,110). Sum of RGB (Red+Green+Blue) = 19+162+110=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #13A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A26E is #EC5D91. Grayscale: #717171. Windows color (decimal): -15490450 or 7250451. OLE color: 7250451.

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

Color convert

RGB 19 162 110 -
CMYK 0.88 0 0.32 0.36
HSL 158.18º 0.79% 0.35% -
HSV(B) 158.18º 0.88% 0.64% -
XYZ 16 27.1 19.14 -
YUV 113.32 126.12 60.73 -
System Red Green Blue C M Y K H S L
Decimal 19 162 110 0.88 0 0.32 0.36 158.18 0.79 0.35
Hex 13 A2 6E 58 0 20 24 9E 4F 23
Octal 23 242 156 130 0 40 44 236 117 43
Binary 10011 10100010 1101110 1011000 0 100000 100100 10011110 1001111 100011

Color Harmonies of #13A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A26E

Black with #13A26E

Text Example


Text Example

White with #13A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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