#AEC58A

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

Shades of Caper #AEC58A

Tints of Caper #AEC58A

Color information

#AEC58A (or 0xAEC58A) is unknown color: approx Caper. HEX triplet: AE, C5 and 8A. RGB value is (174,197,138). Sum of RGB (Red+Green+Blue) = 174+197+138=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC58A is #513A75. Grayscale: #B7B7B7. Windows color (decimal): -5323382 or 9094574. OLE color: 9094574.

HSL color Cylindrical-coordinate representation of color #AEC58A: hue angle of 83.39º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC58A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB174197138-
CMYK0.1200.300.23
HSL83.39º33.71%65.69%-
HSV(B)83.39º29.95%77.25%-
XYZ42.0150.7731.63-
YUV183.4102.38121.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=34.18%
G=38.70%
B=27.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971380.1200.300.2383.3933.7165.69
HexAEC58AC01E17532242
Octal256305212140362712342102
Binary10101110110001011000101011000111101011110100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC58A; }

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

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

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

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

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

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

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

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