#AED374

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

Shades of Caper #AED374

Tints of Caper #AED374

Color information

#AED374 (or 0xAED374) is unknown color: approx Caper. HEX triplet: AE, D3 and 74. RGB value is (174,211,116). Sum of RGB (Red+Green+Blue) = 174+211+116=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #AED374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED374 is #512C8B. Grayscale: #BDBDBD. Windows color (decimal): -5319820 or 7656366. OLE color: 7656366.

HSL color Cylindrical-coordinate representation of color #AED374: hue angle of 83.37º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AED374 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB174211116-
CMYK0.1800.450.17
HSL83.37º51.91%64.12%-
HSV(B)83.37º45.02%82.75%-
XYZ43.956.8525.18-
YUV189.1186.74117.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=34.73%
G=42.12%
B=23.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111160.1800.450.1783.3751.9164.12
HexAED3741202D11533440
Octal256323164220552112364100
Binary101011101101001111101001001001011011000110100111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED374; }

 p { color: rgb(174,211,116); }

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

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

 a { background-color: rgb(174,211,116); }

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

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

 span { border-color: rgb(174,211,116); }

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