#AED56E

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

Shades of Caper #AED56E

Tints of Caper #AED56E

Color information

#AED56E (or 0xAED56E) is unknown color: approx Caper. HEX triplet: AE, D5 and 6E. RGB value is (174,213,110). Sum of RGB (Red+Green+Blue) = 174+213+110=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #AED56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED56E is #512A91. Grayscale: #BDBDBD. Windows color (decimal): -5319314 or 7263662. OLE color: 7263662.

HSL color Cylindrical-coordinate representation of color #AED56E: hue angle of 82.72º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AED56E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB174213110-
CMYK0.1800.480.16
HSL82.72º55.08%63.33%-
HSV(B)82.72º48.36%83.53%-
XYZ44.0657.7123.57-
YUV189.683.08116.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 110 (43.36% from 255) = 22.13%
R=35.01%
G=42.86%
B=22.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131100.1800.480.1682.7255.0863.33
HexAED56E120301053373f
Octal25632515622060201236777
Binary10101110110101011101110100100110000100001010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED56E; }

 p { color: rgb(174,213,110); }

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

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

 a { background-color: rgb(174,213,110); }

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

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

 span { border-color: rgb(174,213,110); }

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