#AACD6F

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

Shades of Caper #AACD6F

Tints of Caper #AACD6F

Color information

#AACD6F (or 0xAACD6F) is unknown color: approx Caper. HEX triplet: AA, CD and 6F. RGB value is (170,205,111). Sum of RGB (Red+Green+Blue) = 170+205+111=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD6F is #553290. Grayscale: #B8B8B8. Windows color (decimal): -5583505 or 7327146. OLE color: 7327146.

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

Color convert

RGB170205111-
CMYK0.1700.460.20
HSL82.34º48.45%61.96%-
HSV(B)82.34º45.85%80.39%-
XYZ41.2853.3623.16-
YUV183.8286.9118.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=34.98%
G=42.18%
B=22.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051110.1700.460.2082.3448.4561.96
HexAACD6F1102E1452303e
Octal25231515721056241226076
Binary10101010110011011101111100010101110101001010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD6F; }

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

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

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

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

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

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

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

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