#AEC780

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

Shades of Caper #AEC780

Tints of Caper #AEC780

Color information

#AEC780 (or 0xAEC780) is unknown color: approx Caper. HEX triplet: AE, C7 and 80. RGB value is (174,199,128). Sum of RGB (Red+Green+Blue) = 174+199+128=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC780 is #51387F. Grayscale: #B7B7B7. Windows color (decimal): -5322880 or 8439726. OLE color: 8439726.

HSL color Cylindrical-coordinate representation of color #AEC780: hue angle of 81.13º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEC780 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB174199128-
CMYK0.1300.360.22
HSL81.13º38.8%64.12%-
HSV(B)81.13º35.68%78.04%-
XYZ41.7851.428.14-
YUV183.4396.72121.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=34.73%
G=39.72%
B=25.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991280.1300.360.2281.1338.864.12
HexAEC780D02416512740
Octal256307200150442612147100
Binary101011101100011110000000110101001001011010100011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC780; }

 p { color: rgb(174,199,128); }

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

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

 a { background-color: rgb(174,199,128); }

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

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

 span { border-color: rgb(174,199,128); }

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