Html Css Color HEX #13AD62 Jade

📋 copy color: '#13AD62'

red 19 ◦ green 173 ◦ blue 98

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

Shades of Jade #13AD62

Tints of Jade #13AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 6.55%
G = 59.66%
B = 33.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#13AD62 (or 0x13AD62) is known color: Jade. HEX triplet: 13, AD and 62. RGB value is (19,173,98). Sum of RGB (Red+Green+Blue) = 19+173+98=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD62 is #EC529D. Grayscale: #767676. Windows color (decimal): -15487646 or 6466835. OLE color: 6466835.

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

Color convert

RGB 19 173 98 -
CMYK 0.89 0 0.43 0.32
HSL 150.78º 0.8% 0.38% -
HSV(B) 150.78º 0.89% 0.68% -
XYZ 17.42 30.91 16.6 -
YUV 118.4 116.48 57.1 -
System Red Green Blue C M Y K H S L
Decimal 19 173 98 0.89 0 0.43 0.32 150.78 0.8 0.38
Hex 13 AD 62 59 0 2B 20 97 50 26
Octal 23 255 142 131 0 53 40 227 120 46
Binary 10011 10101101 1100010 1011001 0 101011 100000 10010111 1010000 100110

Color Harmonies of #13AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD62

Black with #13AD62

Text Example


Text Example

White with #13AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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