Html Css Color HEX #13AD66 Jade

📋 copy color: '#13AD66'

red 19 ◦ green 173 ◦ blue 102

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

Shades of Jade #13AD66

Tints of Jade #13AD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 6.46%
G = 58.84%
B = 34.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#13AD66 (or 0x13AD66) is known color: Jade. HEX triplet: 13, AD and 66. RGB value is (19,173,102). Sum of RGB (Red+Green+Blue) = 19+173+102=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD66 is #EC5299. Grayscale: #767676. Windows color (decimal): -15487642 or 6728979. OLE color: 6728979.

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

Color convert

RGB 19 173 102 -
CMYK 0.89 0 0.41 0.32
HSL 152.34º 0.8% 0.38% -
HSV(B) 152.34º 0.89% 0.68% -
XYZ 17.61 30.98 17.62 -
YUV 118.86 118.48 56.77 -
System Red Green Blue C M Y K H S L
Decimal 19 173 102 0.89 0 0.41 0.32 152.34 0.8 0.38
Hex 13 AD 66 59 0 29 20 98 50 26
Octal 23 255 146 131 0 51 40 230 120 46
Binary 10011 10101101 1100110 1011001 0 101001 100000 10011000 1010000 100110

Color Harmonies of #13AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD66

Black with #13AD66

Text Example


Text Example

White with #13AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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