#AAC27A

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

Shades of Caper #AAC27A

Tints of Caper #AAC27A

Color information

#AAC27A (or 0xAAC27A) is unknown color: approx Caper. HEX triplet: AA, C2 and 7A. RGB value is (170,194,122). Sum of RGB (Red+Green+Blue) = 170+194+122=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC27A is #553D85. Grayscale: #B2B2B2. Windows color (decimal): -5586310 or 8045226. OLE color: 8045226.

HSL color Cylindrical-coordinate representation of color #AAC27A: hue angle of 80º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC27A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB170194122-
CMYK0.1200.370.24
HSL80º37.11%61.96%-
HSV(B)80º37.11%76.08%-
XYZ39.3848.5325.7-
YUV178.6296.05121.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=34.98%
G=39.92%
B=25.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941220.1200.370.248037.1161.96
HexAAC27AC0251850253e
Octal25230217214045301204576
Binary1010101011000010111101011000100101110001010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC27A; }

 p { color: rgb(170,194,122); }

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

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

 a { background-color: rgb(170,194,122); }

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

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

 span { border-color: rgb(170,194,122); }

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