#AEC379

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

Shades of Caper #AEC379

Tints of Caper #AEC379

Color information

#AEC379 (or 0xAEC379) is unknown color: approx Caper. HEX triplet: AE, C3 and 79. RGB value is (174,195,121). Sum of RGB (Red+Green+Blue) = 174+195+121=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC379 is #513C86. Grayscale: #B4B4B4. Windows color (decimal): -5323911 or 7979950. OLE color: 7979950.

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

Color convert

RGB174195121-
CMYK0.1100.380.24
HSL77.03º38.14%61.96%-
HSV(B)77.03º37.95%76.47%-
XYZ40.4249.4125.5-
YUV180.2894.54123.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=35.51%
G=39.80%
B=24.69%

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
Decimal1741951210.1100.380.2477.0338.1461.96
HexAEC379B026184d263e
Octal25630317113046301154676
Binary1010111011000011111100110110100110110001001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC379; }

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

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

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

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

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

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

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

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