#13AF6C

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

Shades of Jade #13AF6C

Tints of Jade #13AF6C

Color information

#13AF6C (or 0x13AF6C) is unknown color: approx Jade. HEX triplet: 13, AF and 6C. RGB value is (19,175,108). Sum of RGB (Red+Green+Blue) = 19+175+108=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF6C is #EC5093. Grayscale: #787878. Windows color (decimal): -15487124 or 7122707. OLE color: 7122707.

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

Color convert

RGB19175108-
CMYK0.8900.380.31
HSL154.23º80.41%38.04%-
HSV(B)154.23º89.14%68.63%-
XYZ18.3131.8819.38-
YUV120.72120.8255.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 175 (68.75% from 255) = 57.95%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=6.29%
G=57.95%
B=35.76%

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
Decimal191751080.8900.380.31154.2380.4138.04
Hex13AF6C590261F9a5026
Octal232571541310463723212046
Binary100111010111111011001011001010011011111100110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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