#AED26C

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

Shades of Caper #AED26C

Tints of Caper #AED26C

Color information

#AED26C (or 0xAED26C) is unknown color: approx Caper. HEX triplet: AE, D2 and 6C. RGB value is (174,210,108). Sum of RGB (Red+Green+Blue) = 174+210+108=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #AED26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED26C is #512D93. Grayscale: #BBBBBB. Windows color (decimal): -5320084 or 7131822. OLE color: 7131822.

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

Color convert

RGB174210108-
CMYK0.1700.490.18
HSL81.18º53.12%62.35%-
HSV(B)81.18º48.57%82.35%-
XYZ43.2156.1722.75-
YUV187.6183.07118.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=35.37%
G=42.68%
B=21.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101080.1700.490.1881.1853.1262.35
HexAED26C110311251353e
Octal25632215421061221216576
Binary10101110110100101101100100010110001100101010001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED26C; }

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

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

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

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

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

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

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

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