#AEC380

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

Shades of Caper #AEC380

Tints of Caper #AEC380

Color information

#AEC380 (or 0xAEC380) is unknown color: approx Caper. HEX triplet: AE, C3 and 80. RGB value is (174,195,128). Sum of RGB (Red+Green+Blue) = 174+195+128=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC380 is #513C7F. Grayscale: #B5B5B5. Windows color (decimal): -5323904 or 8438702. OLE color: 8438702.

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

Color convert

RGB174195128-
CMYK0.1100.340.24
HSL78.81º35.83%63.33%-
HSV(B)78.81º34.36%76.47%-
XYZ40.8749.5927.84-
YUV181.0898.04122.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=35.01%
G=39.24%
B=25.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951280.1100.340.2478.8135.8363.33
HexAEC380B022184f243f
Octal25630320013042301174477
Binary10101110110000111000000010110100010110001001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC380; }

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

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

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

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

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

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

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

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