#AED16E

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

Shades of Caper #AED16E

Tints of Caper #AED16E

Color information

#AED16E (or 0xAED16E) is unknown color: approx Caper. HEX triplet: AE, D1 and 6E. RGB value is (174,209,110). Sum of RGB (Red+Green+Blue) = 174+209+110=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #AED16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED16E is #512E91. Grayscale: #BBBBBB. Windows color (decimal): -5320338 or 7262638. OLE color: 7262638.

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

Color convert

RGB174209110-
CMYK0.1700.470.18
HSL81.21º51.83%62.55%-
HSV(B)81.21º47.37%81.96%-
XYZ43.0755.7323.24-
YUV187.2584.4118.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=35.29%
G=42.39%
B=22.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091100.1700.470.1881.2151.8362.55
HexAED16E1102F1251343f
Octal25632115621057221216477
Binary10101110110100011101110100010101111100101010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED16E; }

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

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

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

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

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

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

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

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