#AED076

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

Shades of Caper #AED076

Tints of Caper #AED076

Color information

#AED076 (or 0xAED076) is unknown color: approx Caper. HEX triplet: AE, D0 and 76. RGB value is (174,208,118). Sum of RGB (Red+Green+Blue) = 174+208+118=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #AED076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED076 is #512F89. Grayscale: #BBBBBB. Windows color (decimal): -5320586 or 7786670. OLE color: 7786670.

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

Color convert

RGB174208118-
CMYK0.1600.430.18
HSL82.67º48.91%63.92%-
HSV(B)82.67º43.27%81.57%-
XYZ43.2855.4225.56-
YUV187.5788.74118.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=34.8%
G=41.6%
B=23.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081180.1600.430.1882.6748.9163.92
HexAED0761002B12533140
Octal256320166200532212361100
Binary101011101101000011101101000001010111001010100111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED076; }

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

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

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

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

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

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

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

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