#AED572

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

Shades of Caper #AED572

Tints of Caper #AED572

Color information

#AED572 (or 0xAED572) is unknown color: approx Caper. HEX triplet: AE, D5 and 72. RGB value is (174,213,114). Sum of RGB (Red+Green+Blue) = 174+213+114=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #AED572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED572 is #512A8D. Grayscale: #BEBEBE. Windows color (decimal): -5319310 or 7525806. OLE color: 7525806.

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

Color convert

RGB174213114-
CMYK0.1800.460.16
HSL83.64º54.1%64.12%-
HSV(B)83.64º46.48%83.53%-
XYZ44.2957.824.74-
YUV190.0585.08116.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=34.73%
G=42.51%
B=22.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131140.1800.460.1683.6454.164.12
HexAED5721202E10543640
Octal256325162220562012466100
Binary101011101101010111100101001001011101000010101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED572; }

 p { color: rgb(174,213,114); }

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

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

 a { background-color: rgb(174,213,114); }

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

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

 span { border-color: rgb(174,213,114); }

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