Html Css Color HEX #13AC6C Jade

📋 copy color: '#13AC6C'

red 19 ◦ green 172 ◦ blue 108

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

Shades of Jade #13AC6C

Tints of Jade #13AC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.53%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 6.35%
G = 57.53%
B = 36.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#13AC6C (or 0x13AC6C) is known color: Jade. HEX triplet: 13, AC and 6C. RGB value is (19,172,108). Sum of RGB (Red+Green+Blue) = 19+172+108=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC6C is #EC5393. Grayscale: #777777. Windows color (decimal): -15487892 or 7121939. OLE color: 7121939.

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

Color convert

RGB 19 172 108 -
CMYK 0.89 0 0.37 0.33
HSL 154.9º 0.8% 0.37% -
HSV(B) 154.9º 0.89% 0.67% -
XYZ 17.73 30.73 19.18 -
YUV 118.96 121.81 56.7 -
System Red Green Blue C M Y K H S L
Decimal 19 172 108 0.89 0 0.37 0.33 154.9 0.8 0.37
Hex 13 AC 6C 59 0 25 21 9B 50 25
Octal 23 254 154 131 0 45 41 233 120 45
Binary 10011 10101100 1101100 1011001 0 100101 100001 10011011 1010000 100101

Color Harmonies of #13AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC6C

Black with #13AC6C

Text Example


Text Example

White with #13AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,172,108); }

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

background-color css

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

 a { background-color: rgb(19,172,108); }

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

border-color css

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

 span { border-color: rgb(19,172,108); }

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