#AEC38A

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

Shades of Caper #AEC38A

Tints of Caper #AEC38A

Color information

#AEC38A (or 0xAEC38A) is unknown color: approx Caper. HEX triplet: AE, C3 and 8A. RGB value is (174,195,138). Sum of RGB (Red+Green+Blue) = 174+195+138=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC38A is #513C75. Grayscale: #B6B6B6. Windows color (decimal): -5323894 or 9094062. OLE color: 9094062.

HSL color Cylindrical-coordinate representation of color #AEC38A: hue angle of 82.11º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEC38A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB174195138-
CMYK0.1100.290.24
HSL82.11º32.2%65.29%-
HSV(B)82.11º29.23%76.47%-
XYZ41.5649.8631.48-
YUV182.22103.04122.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=34.32%
G=38.46%
B=27.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951380.1100.290.2482.1132.265.29
HexAEC38AB01D18522041
Octal256303212130353012240101
Binary10101110110000111000101010110111011100010100101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC38A; }

 p { color: rgb(174,195,138); }

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

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

 a { background-color: rgb(174,195,138); }

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

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

 span { border-color: rgb(174,195,138); }

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