Html Css Color HEX #13A865 Jade

📋 copy color: '#13A865'

red 19 ◦ green 168 ◦ blue 101

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

Shades of Jade #13A865

Tints of Jade #13A865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 6.6%
G = 58.33%
B = 35.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#13A865 (or 0x13A865) is known color: Jade. HEX triplet: 13, A8 and 65. RGB value is (19,168,101). Sum of RGB (Red+Green+Blue) = 19+168+101=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #13A865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A865 is #EC579A. Grayscale: #737373. Windows color (decimal): -15488923 or 6662163. OLE color: 6662163.

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

Color convert

RGB 19 168 101 -
CMYK 0.89 0 0.40 0.34
HSL 153.02º 0.8% 0.37% -
HSV(B) 153.02º 0.89% 0.66% -
XYZ 16.62 29.08 17.05 -
YUV 115.81 119.64 58.95 -
System Red Green Blue C M Y K H S L
Decimal 19 168 101 0.89 0 0.40 0.34 153.02 0.8 0.37
Hex 13 A8 65 59 0 28 22 99 50 25
Octal 23 250 145 131 0 50 42 231 120 45
Binary 10011 10101000 1100101 1011001 0 101000 100010 10011001 1010000 100101

Color Harmonies of #13A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A865

Black with #13A865

Text Example


Text Example

White with #13A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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