#13AF6D

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

Shades of Jade #13AF6D

Tints of Jade #13AF6D

Color information

#13AF6D (or 0x13AF6D) is unknown color: approx Jade. HEX triplet: 13, AF and 6D. RGB value is (19,175,109). Sum of RGB (Red+Green+Blue) = 19+175+109=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF6D is #EC5092. Grayscale: #787878. Windows color (decimal): -15487123 or 7188243. OLE color: 7188243.

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

Color convert

RGB19175109-
CMYK0.8900.380.31
HSL154.62º80.41%38.04%-
HSV(B)154.62º89.14%68.63%-
XYZ18.3631.919.66-
YUV120.83121.3255.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=6.27%
G=57.76%
B=35.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191751090.8900.380.31154.6280.4138.04
Hex13AF6D590261F9b5026
Octal232571551310463723312046
Binary100111010111111011011011001010011011111100110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,175,109); }

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

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

 a { background-color: rgb(19,175,109); }

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

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

 span { border-color: rgb(19,175,109); }

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