Html Css Color HEX #13AC6A Jade

📋 copy color: '#13AC6A'

red 19 ◦ green 172 ◦ blue 106

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

Shades of Jade #13AC6A

Tints of Jade #13AC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 6.4%
G = 57.91%
B = 35.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#13AC6A (or 0x13AC6A) is known color: Jade. HEX triplet: 13, AC and 6A. RGB value is (19,172,106). Sum of RGB (Red+Green+Blue) = 19+172+106=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC6A is #EC5395. Grayscale: #767676. Windows color (decimal): -15487894 or 6990867. OLE color: 6990867.

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

Color convert

RGB 19 172 106 -
CMYK 0.89 0 0.38 0.33
HSL 154.12º 0.8% 0.37% -
HSV(B) 154.12º 0.89% 0.67% -
XYZ 17.62 30.68 18.63 -
YUV 118.73 120.81 56.87 -
System Red Green Blue C M Y K H S L
Decimal 19 172 106 0.89 0 0.38 0.33 154.12 0.8 0.37
Hex 13 AC 6A 59 0 26 21 9A 50 25
Octal 23 254 152 131 0 46 41 232 120 45
Binary 10011 10101100 1101010 1011001 0 100110 100001 10011010 1010000 100101

Color Harmonies of #13AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC6A

Black with #13AC6A

Text Example


Text Example

White with #13AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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