#AEC378

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

Shades of Caper #AEC378

Tints of Caper #AEC378

Color information

#AEC378 (or 0xAEC378) is unknown color: approx Caper. HEX triplet: AE, C3 and 78. RGB value is (174,195,120). Sum of RGB (Red+Green+Blue) = 174+195+120=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC378 is #513C87. Grayscale: #B4B4B4. Windows color (decimal): -5323912 or 7914414. OLE color: 7914414.

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

Color convert

RGB174195120-
CMYK0.1100.380.24
HSL76.8º38.46%61.76%-
HSV(B)76.8º38.46%76.47%-
XYZ40.3649.3825.17-
YUV180.1794.04123.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=35.58%
G=39.88%
B=24.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951200.1100.380.2476.838.4661.76
HexAEC378B026184d263e
Octal25630317013046301154676
Binary1010111011000011111100010110100110110001001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC378; }

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

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

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

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

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

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

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

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