#AEC471

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

Shades of Caper #AEC471

Tints of Caper #AEC471

Color information

#AEC471 (or 0xAEC471) is unknown color: approx Caper. HEX triplet: AE, C4 and 71. RGB value is (174,196,113). Sum of RGB (Red+Green+Blue) = 174+196+113=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC471 is #513B8E. Grayscale: #B4B4B4. Windows color (decimal): -5323663 or 7455918. OLE color: 7455918.

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

Color convert

RGB174196113-
CMYK0.1100.420.23
HSL75.9º41.29%60.59%-
HSV(B)75.9º42.35%76.86%-
XYZ40.1849.6723.09-
YUV179.9690.21123.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=36.02%
G=40.58%
B=23.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961130.1100.420.2375.941.2960.59
HexAEC471B02A174c293d
Octal25630416113052271145175
Binary1010111011000100111000110110101010101111001100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC471; }

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

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

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

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

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

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

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

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