#AAD271

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

Shades of Caper #AAD271

Tints of Caper #AAD271

Color information

#AAD271 (or 0xAAD271) is unknown color: approx Caper. HEX triplet: AA, D2 and 71. RGB value is (170,210,113). Sum of RGB (Red+Green+Blue) = 170+210+113=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD271 is #552D8E. Grayscale: #BBBBBB. Windows color (decimal): -5582223 or 7459498. OLE color: 7459498.

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

Color convert

RGB170210113-
CMYK0.1900.460.18
HSL84.74º51.87%63.33%-
HSV(B)84.74º46.19%82.35%-
XYZ42.655.8324.15-
YUV186.9886.25115.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=34.48%
G=42.60%
B=22.92%

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
Decimal1702101130.1900.460.1884.7451.8763.33
HexAAD2711302E1255343f
Octal25232216123056221256477
Binary10101010110100101110001100110101110100101010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD271; }

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

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

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

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

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

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

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

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