#AEC86F

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

Shades of Caper #AEC86F

Tints of Caper #AEC86F

Color information

#AEC86F (or 0xAEC86F) is unknown color: approx Caper. HEX triplet: AE, C8 and 6F. RGB value is (174,200,111). Sum of RGB (Red+Green+Blue) = 174+200+111=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC86F is #513790. Grayscale: #B6B6B6. Windows color (decimal): -5322641 or 7325870. OLE color: 7325870.

HSL color Cylindrical-coordinate representation of color #AEC86F: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC86F is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB174200111-
CMYK0.1300.440.22
HSL77.53º44.72%60.98%-
HSV(B)77.53º44.5%78.43%-
XYZ40.9851.4522.81-
YUV182.0887.89122.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=35.88%
G=41.24%
B=22.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001110.1300.440.2277.5344.7260.98
HexAEC86FD02C164e2d3d
Octal25631015715054261165575
Binary1010111011001000110111111010101100101101001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC86F; }

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

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

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

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

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

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

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

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