#AEC78A

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

Shades of Caper #AEC78A

Tints of Caper #AEC78A

Color information

#AEC78A (or 0xAEC78A) is unknown color: approx Caper. HEX triplet: AE, C7 and 8A. RGB value is (174,199,138). Sum of RGB (Red+Green+Blue) = 174+199+138=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC78A is #513875. Grayscale: #B8B8B8. Windows color (decimal): -5322870 or 9095086. OLE color: 9095086.

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

Color convert

RGB174199138-
CMYK0.1300.310.22
HSL84.59º35.26%66.08%-
HSV(B)84.59º30.65%78.04%-
XYZ42.4751.6831.78-
YUV184.57101.72120.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=34.05%
G=38.94%
B=27.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991380.1300.310.2284.5935.2666.08
HexAEC78AD01F16552342
Octal256307212150372612543102
Binary10101110110001111000101011010111111011010101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC78A; }

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

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

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

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

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

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

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

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