#AEC28E

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

Shades of Caper #AEC28E

Tints of Caper #AEC28E

Color information

#AEC28E (or 0xAEC28E) is unknown color: approx Caper. HEX triplet: AE, C2 and 8E. RGB value is (174,194,142). Sum of RGB (Red+Green+Blue) = 174+194+142=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC28E is #513D71. Grayscale: #B6B6B6. Windows color (decimal): -5324146 or 9355950. OLE color: 9355950.

HSL color Cylindrical-coordinate representation of color #AEC28E: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC28E is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB174194142-
CMYK0.1000.270.24
HSL83.08º29.89%65.88%-
HSV(B)83.08º26.8%76.08%-
XYZ41.6349.5432.96-
YUV182.09105.37122.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=34.12%
G=38.04%
B=27.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941420.1000.270.2483.0829.8965.88
HexAEC28EA01B18531e42
Octal256302216120333012336102
Binary1010111011000010100011101010011011110001010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC28E; }

 p { color: rgb(174,194,142); }

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

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

 a { background-color: rgb(174,194,142); }

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

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

 span { border-color: rgb(174,194,142); }

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