#AECC71

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

Shades of Caper #AECC71

Tints of Caper #AECC71

Color information

#AECC71 (or 0xAECC71) is unknown color: approx Caper. HEX triplet: AE, CC and 71. RGB value is (174,204,113). Sum of RGB (Red+Green+Blue) = 174+204+113=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC71 is #51338E. Grayscale: #B8B8B8. Windows color (decimal): -5321615 or 7457966. OLE color: 7457966.

HSL color Cylindrical-coordinate representation of color #AECC71: hue angle of 79.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AECC71 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB174204113-
CMYK0.1500.450.2
HSL79.78º47.15%62.16%-
HSV(B)79.78º44.61%80%-
XYZ42.0353.3823.71-
YUV184.6687.56120.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=35.44%
G=41.55%
B=23.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041130.1500.450.279.7847.1562.16
HexAECC71F02D14502f3e
Octal25631416117055241205776
Binary1010111011001100111000111110101101101001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC71; }

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

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

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

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

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

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

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

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