#13A962

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

Shades of Jade #13A962

Tints of Jade #13A962

Color information

#13A962 (or 0x13A962) is unknown color: approx Jade. HEX triplet: 13, A9 and 62. RGB value is (19,169,98). Sum of RGB (Red+Green+Blue) = 19+169+98=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #13A962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A962 is #EC569D. Grayscale: #747474. Windows color (decimal): -15488670 or 6465811. OLE color: 6465811.

HSL color Cylindrical-coordinate representation of color #13A962: hue angle of 151.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A962 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB1916998-
CMYK0.8900.420.34
HSL151.6º79.79%36.86%-
HSV(B)151.6º88.76%66.27%-
XYZ16.6629.416.35-
YUV116.06117.858.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 169 (66.41% from 255) = 59.09%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=6.64%
G=59.09%
B=34.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19169980.8900.420.34151.679.7936.86
Hex13A9625902A22985025
Octal232511421310524223012045
Binary1001110101001110001010110010101010100010100110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,98); }

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

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

 a { background-color: rgb(19,169,98); }

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

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

 span { border-color: rgb(19,169,98); }

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