Html Css Color HEX #13A970 Jade

📋 copy color: '#13A970'

red 19 ◦ green 169 ◦ blue 112

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

Shades of Jade #13A970

Tints of Jade #13A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.33%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 6.33%
G = 56.33%
B = 37.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#13A970 (or 0x13A970) is known color: Jade. HEX triplet: 13, A9 and 70. RGB value is (19,169,112). Sum of RGB (Red+Green+Blue) = 19+169+112=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #13A970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A970 is #EC568F. Grayscale: #757575. Windows color (decimal): -15488656 or 7383315. OLE color: 7383315.

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

Color convert

RGB 19 169 112 -
CMYK 0.89 0 0.34 0.34
HSL 157.2º 0.8% 0.37% -
HSV(B) 157.2º 0.89% 0.66% -
XYZ 17.38 29.68 20.14 -
YUV 117.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 19 169 112 0.89 0 0.34 0.34 157.2 0.8 0.37
Hex 13 A9 70 59 0 22 22 9D 50 25
Octal 23 251 160 131 0 42 42 235 120 45
Binary 10011 10101001 1110000 1011001 0 100010 100010 10011101 1010000 100101

Color Harmonies of #13A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A970

Black with #13A970

Text Example


Text Example

White with #13A970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,169,112); }

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

background-color css

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

 a { background-color: rgb(19,169,112); }

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

border-color css

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

 span { border-color: rgb(19,169,112); }

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