#AECE7D

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

Shades of Caper #AECE7D

Tints of Caper #AECE7D

Color information

#AECE7D (or 0xAECE7D) is unknown color: approx Caper. HEX triplet: AE, CE and 7D. RGB value is (174,206,125). Sum of RGB (Red+Green+Blue) = 174+206+125=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE7D is #513182. Grayscale: #BBBBBB. Windows color (decimal): -5321091 or 8244910. OLE color: 8244910.

HSL color Cylindrical-coordinate representation of color #AECE7D: hue angle of 83.7º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AECE7D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB174206125-
CMYK0.1600.390.19
HSL83.7º45.25%64.9%-
HSV(B)83.7º39.32%80.78%-
XYZ43.2354.6227.67-
YUV187.292.9118.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=34.46%
G=40.79%
B=24.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061250.1600.390.1983.745.2564.9
HexAECE7D1002713542d41
Octal256316175200472312455101
Binary101011101100111011111011000001001111001110101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE7D; }

 p { color: rgb(174,206,125); }

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

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

 a { background-color: rgb(174,206,125); }

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

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

 span { border-color: rgb(174,206,125); }

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