#AEC17D

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

Shades of Caper #AEC17D

Tints of Caper #AEC17D

Color information

#AEC17D (or 0xAEC17D) is unknown color: approx Caper. HEX triplet: AE, C1 and 7D. RGB value is (174,193,125). Sum of RGB (Red+Green+Blue) = 174+193+125=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC17D is #513E82. Grayscale: #B3B3B3. Windows color (decimal): -5324419 or 8241582. OLE color: 8241582.

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

Color convert

RGB174193125-
CMYK0.1000.350.24
HSL76.76º35.42%62.35%-
HSV(B)76.76º35.23%75.69%-
XYZ40.2348.6226.67-
YUV179.5797.21124.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=35.37%
G=39.23%
B=25.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931250.1000.350.2476.7635.4262.35
HexAEC17DA023184d233e
Octal25630117512043301154376
Binary1010111011000001111110110100100011110001001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC17D; }

 p { color: rgb(174,193,125); }

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

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

 a { background-color: rgb(174,193,125); }

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

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

 span { border-color: rgb(174,193,125); }

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