Html Css Color HEX #13AD6B Jade

📋 copy color: '#13AD6B'

red 19 ◦ green 173 ◦ blue 107

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

Shades of Jade #13AD6B

Tints of Jade #13AD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.86%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 6.35%
G = 57.86%
B = 35.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#13AD6B (or 0x13AD6B) is known color: Jade. HEX triplet: 13, AD and 6B. RGB value is (19,173,107). Sum of RGB (Red+Green+Blue) = 19+173+107=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD6B is #EC5294. Grayscale: #777777. Windows color (decimal): -15487637 or 7056659. OLE color: 7056659.

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

Color convert

RGB 19 173 107 -
CMYK 0.89 0 0.38 0.32
HSL 154.29º 0.8% 0.38% -
HSV(B) 154.29º 0.89% 0.68% -
XYZ 17.87 31.09 18.97 -
YUV 119.43 120.98 56.37 -
System Red Green Blue C M Y K H S L
Decimal 19 173 107 0.89 0 0.38 0.32 154.29 0.8 0.38
Hex 13 AD 6B 59 0 26 20 9A 50 26
Octal 23 255 153 131 0 46 40 232 120 46
Binary 10011 10101101 1101011 1011001 0 100110 100000 10011010 1010000 100110

Color Harmonies of #13AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD6B

Black with #13AD6B

Text Example


Text Example

White with #13AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,107); }

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

background-color css

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

 a { background-color: rgb(19,173,107); }

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

border-color css

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

 span { border-color: rgb(19,173,107); }

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