#AAC27E

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

Shades of Caper #AAC27E

Tints of Caper #AAC27E

Color information

#AAC27E (or 0xAAC27E) is unknown color: approx Caper. HEX triplet: AA, C2 and 7E. RGB value is (170,194,126). Sum of RGB (Red+Green+Blue) = 170+194+126=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC27E is #553D81. Grayscale: #B3B3B3. Windows color (decimal): -5586306 or 8307370. OLE color: 8307370.

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

Color convert

RGB170194126-
CMYK0.1200.350.24
HSL81.18º35.79%62.75%-
HSV(B)81.18º35.05%76.08%-
XYZ39.6448.6427.04-
YUV179.0798.05121.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=34.69%
G=39.59%
B=25.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941260.1200.350.2481.1835.7962.75
HexAAC27EC0231851243f
Octal25230217614043301214477
Binary1010101011000010111111011000100011110001010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC27E; }

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

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

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

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

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

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

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

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