#AAD170

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

Shades of Caper #AAD170

Tints of Caper #AAD170

Color information

#AAD170 (or 0xAAD170) is unknown color: approx Caper. HEX triplet: AA, D1 and 70. RGB value is (170,209,112). Sum of RGB (Red+Green+Blue) = 170+209+112=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD170 is #552E8F. Grayscale: #BABABA. Windows color (decimal): -5582480 or 7393706. OLE color: 7393706.

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

Color convert

RGB170209112-
CMYK0.1900.460.18
HSL84.12º51.32%62.94%-
HSV(B)84.12º46.41%81.96%-
XYZ42.355.3223.78-
YUV186.2886.08116.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=34.62%
G=42.57%
B=22.81%

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
Decimal1702091120.1900.460.1884.1251.3262.94
HexAAD1701302E1254333f
Octal25232116023056221246377
Binary10101010110100011110000100110101110100101010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD170; }

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

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

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

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

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

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

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

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