Html Css Color HEX #13AF6E Jade

📋 copy color: '#13AF6E'

red 19 ◦ green 175 ◦ blue 110

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

Shades of Jade #13AF6E

Tints of Jade #13AF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.57%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 6.25%
G = 57.57%
B = 36.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#13AF6E (or 0x13AF6E) is known color: Jade. HEX triplet: 13, AF and 6E. RGB value is (19,175,110). Sum of RGB (Red+Green+Blue) = 19+175+110=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF6E is #EC5091. Grayscale: #797979. Windows color (decimal): -15487122 or 7253779. OLE color: 7253779.

HSL color Cylindrical-coordinate representation of color #13AF6E: hue angle of 155º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF6E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 110 -
CMYK 0.89 0 0.37 0.31
HSL 155º 0.8% 0.38% -
HSV(B) 155º 0.89% 0.69% -
XYZ 18.41 31.92 19.94 -
YUV 120.95 121.82 55.29 -
System Red Green Blue C M Y K H S L
Decimal 19 175 110 0.89 0 0.37 0.31 155 0.8 0.38
Hex 13 AF 6E 59 0 25 1F 9B 50 26
Octal 23 257 156 131 0 45 37 233 120 46
Binary 10011 10101111 1101110 1011001 0 100101 11111 10011011 1010000 100110

Color Harmonies of #13AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF6E

Black with #13AF6E

Text Example


Text Example

White with #13AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,110); }

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

background-color css

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

 a { background-color: rgb(19,175,110); }

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

border-color css

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

 span { border-color: rgb(19,175,110); }

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