Html Css Color HEX #13A872 Jade

📋 copy color: '#13A872'

red 19 ◦ green 168 ◦ blue 114

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

Shades of Jade #13A872

Tints of Jade #13A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.81%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 6.31%
G = 55.81%
B = 37.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#13A872 (or 0x13A872) is known color: Jade. HEX triplet: 13, A8 and 72. RGB value is (19,168,114). Sum of RGB (Red+Green+Blue) = 19+168+114=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #13A872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A872 is #EC578D. Grayscale: #757575. Windows color (decimal): -15488910 or 7514131. OLE color: 7514131.

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

Color convert

RGB 19 168 114 -
CMYK 0.89 0 0.32 0.34
HSL 158.26º 0.8% 0.37% -
HSV(B) 158.26º 0.89% 0.66% -
XYZ 17.31 29.36 20.67 -
YUV 117.29 126.14 57.89 -
System Red Green Blue C M Y K H S L
Decimal 19 168 114 0.89 0 0.32 0.34 158.26 0.8 0.37
Hex 13 A8 72 59 0 20 22 9E 50 25
Octal 23 250 162 131 0 40 42 236 120 45
Binary 10011 10101000 1110010 1011001 0 100000 100010 10011110 1010000 100101

Color Harmonies of #13A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A872

Black with #13A872

Text Example


Text Example

White with #13A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,168,114); }

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

background-color css

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

 a { background-color: rgb(19,168,114); }

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

border-color css

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

 span { border-color: rgb(19,168,114); }

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