#AAD071

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

Shades of Caper #AAD071

Tints of Caper #AAD071

Color information

#AAD071 (or 0xAAD071) is unknown color: approx Caper. HEX triplet: AA, D0 and 71. RGB value is (170,208,113). Sum of RGB (Red+Green+Blue) = 170+208+113=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD071 is #552F8E. Grayscale: #BABABA. Windows color (decimal): -5582735 or 7458986. OLE color: 7458986.

HSL color Cylindrical-coordinate representation of color #AAD071: hue angle of 84º degrees, saturation: 0.5, 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 #AAD071 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB170208113-
CMYK0.1800.460.18
HSL84º50.26%62.94%-
HSV(B)84º45.67%81.57%-
XYZ42.1154.8523.99-
YUV185.8186.91116.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=34.62%
G=42.36%
B=23.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081130.1800.460.188450.2662.94
HexAAD0711202E1254323f
Octal25232016122056221246277
Binary10101010110100001110001100100101110100101010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD071; }

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

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

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

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

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

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

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

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