#05AB71

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

Shades of Jade #05AB71

Tints of Jade #05AB71

Color information

#05AB71 (or 0x05AB71) is unknown color: approx Jade. HEX triplet: 05, AB and 71. RGB value is (5,171,113). Sum of RGB (Red+Green+Blue) = 5+171+113=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AB71 is #FA548E. Grayscale: #727272. Windows color (decimal): -16405647 or 7449349. OLE color: 7449349.

HSL color Cylindrical-coordinate representation of color #05AB71: hue angle of 159.04º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB71 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB5171113-
CMYK0.9700.340.33
HSL159.04º94.32%34.51%-
HSV(B)159.04º97.08%67.06%-
XYZ17.6130.3520.55-
YUV114.7512749.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=1.73%
G=59.17%
B=39.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51711130.9700.340.33159.0494.3234.51
Hex5AB7161022219f5e23
Octal52531611410424123713643
Binary10110101011111000111000010100010100001100111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05AB71; }

 p { color: rgb(5,171,113); }

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

<style>
 a { background-color: #05AB71; }

 a { background-color: rgb(5,171,113); }

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

<style>
 span { border-color: #05AB71; }

 span { border-color: rgb(5,171,113); }

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