#AEC78C

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

Shades of Caper #AEC78C

Tints of Caper #AEC78C

Color information

#AEC78C (or 0xAEC78C) is unknown color: approx Caper. HEX triplet: AE, C7 and 8C. RGB value is (174,199,140). Sum of RGB (Red+Green+Blue) = 174+199+140=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC78C is #513873. Grayscale: #B9B9B9. Windows color (decimal): -5322868 or 9226158. OLE color: 9226158.

HSL color Cylindrical-coordinate representation of color #AEC78C: hue angle of 85.42º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC78C is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB174199140-
CMYK0.1300.300.22
HSL85.42º34.5%66.47%-
HSV(B)85.42º29.65%78.04%-
XYZ42.6151.7432.55-
YUV184.8102.72120.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=33.92%
G=38.79%
B=27.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991400.1300.300.2285.4234.566.47
HexAEC78CD01E16552342
Octal256307214150362612543102
Binary10101110110001111000110011010111101011010101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC78C; }

 p { color: rgb(174,199,140); }

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

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

 a { background-color: rgb(174,199,140); }

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

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

 span { border-color: rgb(174,199,140); }

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