#AAC77C

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

Shades of Caper #AAC77C

Tints of Caper #AAC77C

Color information

#AAC77C (or 0xAAC77C) is unknown color: approx Caper. HEX triplet: AA, C7 and 7C. RGB value is (170,199,124). Sum of RGB (Red+Green+Blue) = 170+199+124=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC77C is #553883. Grayscale: #B6B6B6. Windows color (decimal): -5585028 or 8177578. OLE color: 8177578.

HSL color Cylindrical-coordinate representation of color #AAC77C: hue angle of 83.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC77C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB170199124-
CMYK0.1500.380.22
HSL83.2º40.11%63.33%-
HSV(B)83.2º37.69%78.04%-
XYZ40.6450.8526.74-
YUV181.7895.39119.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=34.48%
G=40.37%
B=25.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991240.1500.380.2283.240.1163.33
HexAAC77CF0261653283f
Octal25230717417046261235077
Binary1010101011000111111110011110100110101101010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC77C; }

 p { color: rgb(170,199,124); }

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

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

 a { background-color: rgb(170,199,124); }

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

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

 span { border-color: rgb(170,199,124); }

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