#AED07D

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

Shades of Caper #AED07D

Tints of Caper #AED07D

Color information

#AED07D (or 0xAED07D) is unknown color: approx Caper. HEX triplet: AE, D0 and 7D. RGB value is (174,208,125). Sum of RGB (Red+Green+Blue) = 174+208+125=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07D is #512F82. Grayscale: #BCBCBC. Windows color (decimal): -5320579 or 8245422. OLE color: 8245422.

HSL color Cylindrical-coordinate representation of color #AED07D: hue angle of 84.58º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED07D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB174208125-
CMYK0.1600.400.18
HSL84.58º46.89%65.29%-
HSV(B)84.58º39.9%81.57%-
XYZ43.7155.5927.83-
YUV188.3792.24117.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=34.32%
G=41.03%
B=24.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081250.1600.400.1884.5846.8965.29
HexAED07D1002812552f41
Octal256320175200502212557101
Binary101011101101000011111011000001010001001010101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED07D; }

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

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

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

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

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

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

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

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