Html Css Color HEX #13AA65 Jade

📋 copy color: '#13AA65'

red 19 ◦ green 170 ◦ blue 101

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

Shades of Jade #13AA65

Tints of Jade #13AA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.62%

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

R = 6.55%
G = 58.62%
B = 34.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#13AA65 (or 0x13AA65) is known color: Jade. HEX triplet: 13, AA and 65. RGB value is (19,170,101). Sum of RGB (Red+Green+Blue) = 19+170+101=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA65 is #EC559A. Grayscale: #757575. Windows color (decimal): -15488411 or 6662675. OLE color: 6662675.

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

Color convert

RGB 19 170 101 -
CMYK 0.89 0 0.41 0.33
HSL 152.58º 0.8% 0.37% -
HSV(B) 152.58º 0.89% 0.67% -
XYZ 16.99 29.83 17.17 -
YUV 116.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 19 170 101 0.89 0 0.41 0.33 152.58 0.8 0.37
Hex 13 AA 65 59 0 29 21 99 50 25
Octal 23 252 145 131 0 51 41 231 120 45
Binary 10011 10101010 1100101 1011001 0 101001 100001 10011001 1010000 100101

Color Harmonies of #13AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA65

Black with #13AA65

Text Example


Text Example

White with #13AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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