#AECD76

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

Shades of Caper #AECD76

Tints of Caper #AECD76

Color information

#AECD76 (or 0xAECD76) is unknown color: approx Caper. HEX triplet: AE, CD and 76. RGB value is (174,205,118). Sum of RGB (Red+Green+Blue) = 174+205+118=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD76 is #513289. Grayscale: #BABABA. Windows color (decimal): -5321354 or 7785902. OLE color: 7785902.

HSL color Cylindrical-coordinate representation of color #AECD76: hue angle of 81.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AECD76 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB174205118-
CMYK0.1500.420.20
HSL81.38º46.52%63.33%-
HSV(B)81.38º42.44%80.39%-
XYZ42.5653.9725.31-
YUV185.8189.73119.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=35.01%
G=41.25%
B=23.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051180.1500.420.2081.3846.5263.33
HexAECD76F02A14512f3f
Octal25631516617052241215777
Binary1010111011001101111011011110101010101001010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD76; }

 p { color: rgb(174,205,118); }

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

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

 a { background-color: rgb(174,205,118); }

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

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

 span { border-color: rgb(174,205,118); }

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