#AED475

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

Shades of Caper #AED475

Tints of Caper #AED475

Color information

#AED475 (or 0xAED475) is unknown color: approx Caper. HEX triplet: AE, D4 and 75. RGB value is (174,212,117). Sum of RGB (Red+Green+Blue) = 174+212+117=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #AED475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED475 is #512B8A. Grayscale: #BEBEBE. Windows color (decimal): -5319563 or 7722158. OLE color: 7722158.

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

Color convert

RGB174212117-
CMYK0.1800.450.17
HSL84º52.49%64.51%-
HSV(B)84º44.81%83.14%-
XYZ44.2157.3725.57-
YUV189.8186.91116.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=34.59%
G=42.15%
B=23.26%

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
Decimal1742121170.1800.450.178452.4964.51
HexAED4751202D11543441
Octal256324165220552112464101
Binary101011101101010011101011001001011011000110101001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED475; }

 p { color: rgb(174,212,117); }

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

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

 a { background-color: rgb(174,212,117); }

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

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

 span { border-color: rgb(174,212,117); }

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