#AED075

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

Shades of Caper #AED075

Tints of Caper #AED075

Color information

#AED075 (or 0xAED075) is unknown color: approx Caper. HEX triplet: AE, D0 and 75. RGB value is (174,208,117). Sum of RGB (Red+Green+Blue) = 174+208+117=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #AED075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED075 is #512F8A. Grayscale: #BBBBBB. Windows color (decimal): -5320587 or 7721134. OLE color: 7721134.

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

Color convert

RGB174208117-
CMYK0.1600.440.18
HSL82.42º49.19%63.73%-
HSV(B)82.42º43.75%81.57%-
XYZ43.2255.3925.24-
YUV187.4688.24118.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=34.87%
G=41.68%
B=23.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081170.1600.440.1882.4249.1963.73
HexAED0751002C12523140
Octal256320165200542212261100
Binary101011101101000011101011000001011001001010100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED075; }

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

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

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

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

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

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

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

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