#AED176

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

Shades of Caper #AED176

Tints of Caper #AED176

Color information

#AED176 (or 0xAED176) is unknown color: approx Caper. HEX triplet: AE, D1 and 76. RGB value is (174,209,118). Sum of RGB (Red+Green+Blue) = 174+209+118=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #AED176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED176 is #512E89. Grayscale: #BCBCBC. Windows color (decimal): -5320330 or 7786926. OLE color: 7786926.

HSL color Cylindrical-coordinate representation of color #AED176: hue angle of 83.08º degrees, saturation: 0.5, 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 #AED176 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB174209118-
CMYK0.1700.440.18
HSL83.08º49.73%64.12%-
HSV(B)83.08º43.54%81.96%-
XYZ43.5355.9125.64-
YUV188.1688.4117.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=34.73%
G=41.72%
B=23.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091180.1700.440.1883.0849.7364.12
HexAED1761102C12533240
Octal256321166210542212362100
Binary101011101101000111101101000101011001001010100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED176; }

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

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

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

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

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

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

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

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