#AECD77

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

Shades of Caper #AECD77

Tints of Caper #AECD77

Color information

#AECD77 (or 0xAECD77) is unknown color: approx Caper. HEX triplet: AE, CD and 77. RGB value is (174,205,119). Sum of RGB (Red+Green+Blue) = 174+205+119=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD77 is #513288. Grayscale: #BABABA. Windows color (decimal): -5321353 or 7851438. OLE color: 7851438.

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

Color convert

RGB174205119-
CMYK0.1500.420.20
HSL81.63º46.24%63.53%-
HSV(B)81.63º41.95%80.39%-
XYZ42.6253.9925.63-
YUV185.9390.23119.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=34.94%
G=41.16%
B=23.90%

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
Decimal1742051190.1500.420.2081.6346.2463.53
HexAECD77F02A14522e40
Octal256315167170522412256100
Binary10101110110011011110111111101010101010010100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD77; }

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

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

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

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

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

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

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

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