#AED07F

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

Shades of Caper #AED07F

Tints of Caper #AED07F

Color information

#AED07F (or 0xAED07F) is unknown color: approx Caper. HEX triplet: AE, D0 and 7F. RGB value is (174,208,127). Sum of RGB (Red+Green+Blue) = 174+208+127=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #AED07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED07F is #512F80. Grayscale: #BCBCBC. Windows color (decimal): -5320577 or 8376494. OLE color: 8376494.

HSL color Cylindrical-coordinate representation of color #AED07F: hue angle of 85.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED07F is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB174208127-
CMYK0.1600.390.18
HSL85.19º46.29%65.69%-
HSV(B)85.19º38.94%81.57%-
XYZ43.8455.6428.51-
YUV188.693.24117.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 127 (50% from 255) = 24.95%
R=34.18%
G=40.86%
B=24.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081270.1600.390.1885.1946.2965.69
HexAED07F1002712552e42
Octal256320177200472212556102
Binary101011101101000011111111000001001111001010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED07F; }

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

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

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

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

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

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

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

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