#AACD7E

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

Shades of Caper #AACD7E

Tints of Caper #AACD7E

Color information

#AACD7E (or 0xAACD7E) is unknown color: approx Caper. HEX triplet: AA, CD and 7E. RGB value is (170,205,126). Sum of RGB (Red+Green+Blue) = 170+205+126=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD7E is #553281. Grayscale: #B9B9B9. Windows color (decimal): -5583490 or 8310186. OLE color: 8310186.

HSL color Cylindrical-coordinate representation of color #AACD7E: hue angle of 86.58º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACD7E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB170205126-
CMYK0.1700.390.20
HSL86.58º44.13%64.9%-
HSV(B)86.58º38.54%80.39%-
XYZ42.1753.7227.88-
YUV185.5394.4116.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=33.93%
G=40.92%
B=25.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051260.1700.390.2086.5844.1364.9
HexAACD7E1102714572c41
Octal252315176210472412754101
Binary101010101100110111111101000101001111010010101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD7E; }

 p { color: rgb(170,205,126); }

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

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

 a { background-color: rgb(170,205,126); }

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

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

 span { border-color: rgb(170,205,126); }

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