Html Css Color HEX #13AD68 Jade

📋 copy color: '#13AD68'

red 19 ◦ green 173 ◦ blue 104

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

Shades of Jade #13AD68

Tints of Jade #13AD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 6.42%
G = 58.45%
B = 35.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#13AD68 (or 0x13AD68) is known color: Jade. HEX triplet: 13, AD and 68. RGB value is (19,173,104). Sum of RGB (Red+Green+Blue) = 19+173+104=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD68 is #EC5297. Grayscale: #777777. Windows color (decimal): -15487640 or 6860051. OLE color: 6860051.

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

Color convert

RGB 19 173 104 -
CMYK 0.89 0 0.40 0.32
HSL 153.12º 0.8% 0.38% -
HSV(B) 153.12º 0.89% 0.68% -
XYZ 17.71 31.03 18.15 -
YUV 119.09 119.48 56.61 -
System Red Green Blue C M Y K H S L
Decimal 19 173 104 0.89 0 0.40 0.32 153.12 0.8 0.38
Hex 13 AD 68 59 0 28 20 99 50 26
Octal 23 255 150 131 0 50 40 231 120 46
Binary 10011 10101101 1101000 1011001 0 101000 100000 10011001 1010000 100110

Color Harmonies of #13AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD68

Black with #13AD68

Text Example


Text Example

White with #13AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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