#13AD69

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

Shades of Jade #13AD69

Tints of Jade #13AD69

Color information

#13AD69 (or 0x13AD69) is unknown color: approx Jade. HEX triplet: 13, AD and 69. RGB value is (19,173,105). Sum of RGB (Red+Green+Blue) = 19+173+105=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD69 is #EC5296. Grayscale: #777777. Windows color (decimal): -15487639 or 6925587. OLE color: 6925587.

HSL color Cylindrical-coordinate representation of color #13AD69: hue angle of 153.51º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD69 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB19173105-
CMYK0.8900.390.32
HSL153.51º80.21%37.65%-
HSV(B)153.51º89.02%67.84%-
XYZ17.7631.0518.42-
YUV119.2119.9856.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=6.40%
G=58.25%
B=35.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191731050.8900.390.32153.5180.2137.65
Hex13AD6959027209a5026
Octal232551511310474023212046
Binary1001110101101110100110110010100111100000100110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,173,105); }

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

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

 a { background-color: rgb(19,173,105); }

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

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

 span { border-color: rgb(19,173,105); }

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