#AED271

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

Shades of Caper #AED271

Tints of Caper #AED271

Color information

#AED271 (or 0xAED271) is unknown color: approx Caper. HEX triplet: AE, D2 and 71. RGB value is (174,210,113). Sum of RGB (Red+Green+Blue) = 174+210+113=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #AED271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED271 is #512D8E. Grayscale: #BCBCBC. Windows color (decimal): -5320079 or 7459502. OLE color: 7459502.

HSL color Cylindrical-coordinate representation of color #AED271: hue angle of 82.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AED271 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB174210113-
CMYK0.1700.460.18
HSL82.27º51.87%63.33%-
HSV(B)82.27º46.19%82.35%-
XYZ43.4856.2824.19-
YUV188.1885.57117.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=35.01%
G=42.25%
B=22.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101130.1700.460.1882.2751.8763.33
HexAED2711102E1252343f
Octal25632216121056221226477
Binary10101110110100101110001100010101110100101010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED271; }

 p { color: rgb(174,210,113); }

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

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

 a { background-color: rgb(174,210,113); }

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

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

 span { border-color: rgb(174,210,113); }

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