#13AA64

Color #13AA64 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #13AA64

Tints of Jade #13AA64

Color information

#13AA64 (or 0x13AA64) is unknown color: approx Jade. HEX triplet: 13, AA and 64. RGB value is (19,170,100). Sum of RGB (Red+Green+Blue) = 19+170+100=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA64 is #EC559B. Grayscale: #757575. Windows color (decimal): -15488412 or 6597139. OLE color: 6597139.

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

Color convert

RGB19170100-
CMYK0.8900.410.33
HSL152.19º79.89%37.06%-
HSV(B)152.19º88.82%66.67%-
XYZ16.9429.8116.92-
YUV116.87118.4758.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=6.57%
G=58.82%
B=34.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191701000.8900.410.33152.1979.8937.06
Hex13AA645902921985025
Octal232521441310514123012045
Binary1001110101010110010010110010101001100001100110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13AA64;
 }
 .AnyTagClassName
 {
   color: #13AA64;
 }
</style>
background-color css

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

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

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

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

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

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