#AEC46E

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

Shades of Caper #AEC46E

Tints of Caper #AEC46E

Color information

#AEC46E (or 0xAEC46E) is unknown color: approx Caper. HEX triplet: AE, C4 and 6E. RGB value is (174,196,110). Sum of RGB (Red+Green+Blue) = 174+196+110=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC46E is #513B91. Grayscale: #B3B3B3. Windows color (decimal): -5323666 or 7259310. OLE color: 7259310.

HSL color Cylindrical-coordinate representation of color #AEC46E: hue angle of 75.35º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC46E is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB174196110-
CMYK0.1100.440.23
HSL75.35º42.16%60%-
HSV(B)75.35º43.88%76.86%-
XYZ40.0149.622.22-
YUV179.6288.71123.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=36.25%
G=40.83%
B=22.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961100.1100.440.2375.3542.1660
HexAEC46EB02C174b2a3c
Octal25630415613054271135274
Binary1010111011000100110111010110101100101111001011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC46E; }

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

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

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

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

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

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

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

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