Html Css Color HEX #13AD65 Jade

📋 copy color: '#13AD65'

red 19 ◦ green 173 ◦ blue 101

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

Shades of Jade #13AD65

Tints of Jade #13AD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 6.48%
G = 59.04%
B = 34.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#13AD65 (or 0x13AD65) is known color: Jade. HEX triplet: 13, AD and 65. RGB value is (19,173,101). Sum of RGB (Red+Green+Blue) = 19+173+101=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD65 is #EC529A. Grayscale: #767676. Windows color (decimal): -15487643 or 6663443. OLE color: 6663443.

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

Color convert

RGB 19 173 101 -
CMYK 0.89 0 0.42 0.32
HSL 151.95º 0.8% 0.38% -
HSV(B) 151.95º 0.89% 0.68% -
XYZ 17.56 30.97 17.36 -
YUV 118.75 117.98 56.85 -
System Red Green Blue C M Y K H S L
Decimal 19 173 101 0.89 0 0.42 0.32 151.95 0.8 0.38
Hex 13 AD 65 59 0 2A 20 98 50 26
Octal 23 255 145 131 0 52 40 230 120 46
Binary 10011 10101101 1100101 1011001 0 101010 100000 10011000 1010000 100110

Color Harmonies of #13AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD65

Black with #13AD65

Text Example


Text Example

White with #13AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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