#AEC38E

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

Shades of Caper #AEC38E

Tints of Caper #AEC38E

Color information

#AEC38E (or 0xAEC38E) is unknown color: approx Caper. HEX triplet: AE, C3 and 8E. RGB value is (174,195,142). Sum of RGB (Red+Green+Blue) = 174+195+142=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC38E is #513C71. Grayscale: #B6B6B6. Windows color (decimal): -5323890 or 9356206. OLE color: 9356206.

HSL color Cylindrical-coordinate representation of color #AEC38E: hue angle of 83.77º degrees, saturation: 0.31, 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 #AEC38E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB174195142-
CMYK0.1100.270.24
HSL83.77º30.64%66.08%-
HSV(B)83.77º27.18%76.47%-
XYZ41.8549.9833.03-
YUV182.68105.04121.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=34.05%
G=38.16%
B=27.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951420.1100.270.2483.7730.6466.08
HexAEC38EB01B18541f42
Octal256303216130333012437102
Binary1010111011000011100011101011011011110001010100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC38E; }

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

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

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

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

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

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

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

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