#AED46F

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

Shades of Caper #AED46F

Tints of Caper #AED46F

Color information

#AED46F (or 0xAED46F) is unknown color: approx Caper. HEX triplet: AE, D4 and 6F. RGB value is (174,212,111). Sum of RGB (Red+Green+Blue) = 174+212+111=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #AED46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED46F is #512B90. Grayscale: #BDBDBD. Windows color (decimal): -5319569 or 7328942. OLE color: 7328942.

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

Color convert

RGB174212111-
CMYK0.1800.480.17
HSL82.57º54.01%63.33%-
HSV(B)82.57º47.64%83.14%-
XYZ43.8757.2323.77-
YUV189.1283.91117.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=35.01%
G=42.66%
B=22.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121110.1800.480.1782.5754.0163.33
HexAED46F120301153363f
Octal25632415722060211236677
Binary10101110110101001101111100100110000100011010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED46F; }

 p { color: rgb(174,212,111); }

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

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

 a { background-color: rgb(174,212,111); }

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

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

 span { border-color: rgb(174,212,111); }

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