#AED07C

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

Shades of Caper #AED07C

Tints of Caper #AED07C

Color information

#AED07C (or 0xAED07C) is unknown color: approx Caper. HEX triplet: AE, D0 and 7C. RGB value is (174,208,124). Sum of RGB (Red+Green+Blue) = 174+208+124=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07C is #512F83. Grayscale: #BCBCBC. Windows color (decimal): -5320580 or 8179886. OLE color: 8179886.

HSL color Cylindrical-coordinate representation of color #AED07C: hue angle of 84.29º 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 #AED07C is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB174208124-
CMYK0.1600.400.18
HSL84.29º47.19%65.1%-
HSV(B)84.29º40.38%81.57%-
XYZ43.6555.5727.49-
YUV188.2691.74117.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 208 (81.64% from 255) = 41.11%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=34.39%
G=41.11%
B=24.51%

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
Decimal1742081240.1600.400.1884.2947.1965.1
HexAED07C1002812542f41
Octal256320174200502212457101
Binary101011101101000011111001000001010001001010101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED07C; }

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

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

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

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

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

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

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

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