#AAD171

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

Shades of Caper #AAD171

Tints of Caper #AAD171

Color information

#AAD171 (or 0xAAD171) is unknown color: approx Caper. HEX triplet: AA, D1 and 71. RGB value is (170,209,113). Sum of RGB (Red+Green+Blue) = 170+209+113=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD171 is #552E8E. Grayscale: #BABABA. Windows color (decimal): -5582479 or 7459242. OLE color: 7459242.

HSL color Cylindrical-coordinate representation of color #AAD171: hue angle of 84.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD171 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB170209113-
CMYK0.1900.460.18
HSL84.38º51.06%63.14%-
HSV(B)84.38º45.93%81.96%-
XYZ42.3655.3424.07-
YUV186.486.58116.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=34.55%
G=42.48%
B=22.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091130.1900.460.1884.3851.0663.14
HexAAD1711302E1254333f
Octal25232116123056221246377
Binary10101010110100011110001100110101110100101010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD171; }

 p { color: rgb(170,209,113); }

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

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

 a { background-color: rgb(170,209,113); }

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

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

 span { border-color: rgb(170,209,113); }

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