#AECC80

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

Shades of Caper #AECC80

Tints of Caper #AECC80

Color information

#AECC80 (or 0xAECC80) is unknown color: approx Caper. HEX triplet: AE, CC and 80. RGB value is (174,204,128). Sum of RGB (Red+Green+Blue) = 174+204+128=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC80 is #51337F. Grayscale: #BABABA. Windows color (decimal): -5321600 or 8441006. OLE color: 8441006.

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

Color convert

RGB174204128-
CMYK0.1500.370.2
HSL83.68º42.7%65.1%-
HSV(B)83.68º37.25%80%-
XYZ42.9453.7428.53-
YUV186.3795.06119.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=34.39%
G=40.32%
B=25.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041280.1500.370.283.6842.765.1
HexAECC80F02514542b41
Octal256314200170452412453101
Binary101011101100110010000000111101001011010010101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC80; }

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

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

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

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

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

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

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

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