#AED17C

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

Shades of Caper #AED17C

Tints of Caper #AED17C

Color information

#AED17C (or 0xAED17C) is unknown color: approx Caper. HEX triplet: AE, D1 and 7C. RGB value is (174,209,124). Sum of RGB (Red+Green+Blue) = 174+209+124=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #AED17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED17C is #512E83. Grayscale: #BDBDBD. Windows color (decimal): -5320324 or 8180142. OLE color: 8180142.

HSL color Cylindrical-coordinate representation of color #AED17C: hue angle of 84.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED17C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB174209124-
CMYK0.1700.410.18
HSL84.71º48.02%65.29%-
HSV(B)84.71º40.67%81.96%-
XYZ43.8956.0527.57-
YUV188.8491.4117.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 209 (82.03% from 255) = 41.22%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=34.32%
G=41.22%
B=24.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091240.1700.410.1884.7148.0265.29
HexAED17C1102912553041
Octal256321174210512212560101
Binary101011101101000111111001000101010011001010101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED17C; }

 p { color: rgb(174,209,124); }

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

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

 a { background-color: rgb(174,209,124); }

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

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

 span { border-color: rgb(174,209,124); }

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