#05AA72

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

Shades of Jade #05AA72

Tints of Jade #05AA72

Color information

#05AA72 (or 0x05AA72) is unknown color: approx Jade. HEX triplet: 05, AA and 72. RGB value is (5,170,114). Sum of RGB (Red+Green+Blue) = 5+170+114=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AA72 is #FA558D. Grayscale: #727272. Windows color (decimal): -16405902 or 7514629. OLE color: 7514629.

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

Color convert

RGB5170114-
CMYK0.9700.330.33
HSL159.64º94.29%34.31%-
HSV(B)159.64º97.06%66.67%-
XYZ17.473020.79-
YUV114.28127.8450.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=1.73%
G=58.82%
B=39.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51701140.9700.330.33159.6494.2934.31
Hex5AA726102121a05e22
Octal52521621410414124013642
Binary10110101010111001011000010100001100001101000001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,170,114); }

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

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

 a { background-color: rgb(5,170,114); }

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

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

 span { border-color: rgb(5,170,114); }

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