Html Css Color HEX #13AE6D Jade

📋 copy color: '#13AE6D'

red 19 ◦ green 174 ◦ blue 109

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

Shades of Jade #13AE6D

Tints of Jade #13AE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.62%

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

R = 6.29%
G = 57.62%
B = 36.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#13AE6D (or 0x13AE6D) is known color: Jade. HEX triplet: 13, AE and 6D. RGB value is (19,174,109). Sum of RGB (Red+Green+Blue) = 19+174+109=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE6D is #EC5192. Grayscale: #787878. Windows color (decimal): -15487379 or 7187987. OLE color: 7187987.

HSL color Cylindrical-coordinate representation of color #13AE6D: hue angle of 154.84º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE6D is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 174 109 -
CMYK 0.89 0 0.37 0.32
HSL 154.84º 0.8% 0.38% -
HSV(B) 154.84º 0.89% 0.68% -
XYZ 18.16 31.51 19.59 -
YUV 120.25 121.65 55.79 -
System Red Green Blue C M Y K H S L
Decimal 19 174 109 0.89 0 0.37 0.32 154.84 0.8 0.38
Hex 13 AE 6D 59 0 25 20 9B 50 26
Octal 23 256 155 131 0 45 40 233 120 46
Binary 10011 10101110 1101101 1011001 0 100101 100000 10011011 1010000 100110

Color Harmonies of #13AE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AE6D

Black with #13AE6D

Text Example


Text Example

White with #13AE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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