#AECD70

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

Shades of Caper #AECD70

Tints of Caper #AECD70

Color information

#AECD70 (or 0xAECD70) is unknown color: approx Caper. HEX triplet: AE, CD and 70. RGB value is (174,205,112). Sum of RGB (Red+Green+Blue) = 174+205+112=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD70 is #51328F. Grayscale: #B9B9B9. Windows color (decimal): -5321360 or 7392686. OLE color: 7392686.

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

Color convert

RGB174205112-
CMYK0.1500.450.20
HSL80º48.19%62.16%-
HSV(B)80º45.37%80.39%-
XYZ42.2153.8323.49-
YUV185.1386.73120.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=35.44%
G=41.75%
B=22.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051120.1500.450.208048.1962.16
HexAECD70F02D1450303e
Octal25631516017055241206076
Binary1010111011001101111000011110101101101001010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD70; }

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

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

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

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

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

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

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

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