#AED175

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

Shades of Caper #AED175

Tints of Caper #AED175

Color information

#AED175 (or 0xAED175) is unknown color: approx Caper. HEX triplet: AE, D1 and 75. RGB value is (174,209,117). Sum of RGB (Red+Green+Blue) = 174+209+117=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #AED175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED175 is #512E8A. Grayscale: #BCBCBC. Windows color (decimal): -5320331 or 7721390. OLE color: 7721390.

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

Color convert

RGB174209117-
CMYK0.1700.440.18
HSL82.83º50%63.92%-
HSV(B)82.83º44.02%81.96%-
XYZ43.4755.8825.33-
YUV188.0587.9117.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=34.8%
G=41.8%
B=23.4%

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
Decimal1742091170.1700.440.1882.835063.92
HexAED1751102C12533240
Octal256321165210542212362100
Binary101011101101000111101011000101011001001010100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED175; }

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

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

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

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

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

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

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

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