#AACD76

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

Shades of Caper #AACD76

Tints of Caper #AACD76

Color information

#AACD76 (or 0xAACD76) is unknown color: approx Caper. HEX triplet: AA, CD and 76. RGB value is (170,205,118). Sum of RGB (Red+Green+Blue) = 170+205+118=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD76 is #553289. Grayscale: #B8B8B8. Windows color (decimal): -5583498 or 7785898. OLE color: 7785898.

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

Color convert

RGB170205118-
CMYK0.1700.420.20
HSL84.14º46.52%63.33%-
HSV(B)84.14º42.44%80.39%-
XYZ41.6853.5225.27-
YUV184.6290.4117.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=34.48%
G=41.58%
B=23.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051180.1700.420.2084.1446.5263.33
HexAACD761102A14542f3f
Octal25231516621052241245777
Binary10101010110011011110110100010101010101001010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD76; }

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

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

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

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

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

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

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

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