#AAC57E

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

Shades of Caper #AAC57E

Tints of Caper #AAC57E

Color information

#AAC57E (or 0xAAC57E) is unknown color: approx Caper. HEX triplet: AA, C5 and 7E. RGB value is (170,197,126). Sum of RGB (Red+Green+Blue) = 170+197+126=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC57E is #553A81. Grayscale: #B5B5B5. Windows color (decimal): -5585538 or 8308138. OLE color: 8308138.

HSL color Cylindrical-coordinate representation of color #AAC57E: hue angle of 82.82º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC57E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB170197126-
CMYK0.1400.360.23
HSL82.82º37.97%63.33%-
HSV(B)82.82º36.04%77.25%-
XYZ40.3149.9827.26-
YUV180.8397.05120.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=34.48%
G=39.96%
B=25.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971260.1400.360.2382.8237.9763.33
HexAAC57EE0241753263f
Octal25230517616044271234677
Binary1010101011000101111111011100100100101111010011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC57E; }

 p { color: rgb(170,197,126); }

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

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

 a { background-color: rgb(170,197,126); }

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

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

 span { border-color: rgb(170,197,126); }

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