#AED273

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

Shades of Caper #AED273

Tints of Caper #AED273

Color information

#AED273 (or 0xAED273) is unknown color: approx Caper. HEX triplet: AE, D2 and 73. RGB value is (174,210,115). Sum of RGB (Red+Green+Blue) = 174+210+115=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #AED273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED273 is #512D8C. Grayscale: #BCBCBC. Windows color (decimal): -5320077 or 7590574. OLE color: 7590574.

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

Color convert

RGB174210115-
CMYK0.1700.450.18
HSL82.74º51.35%63.73%-
HSV(B)82.74º45.24%82.35%-
XYZ43.656.3324.79-
YUV188.4186.57117.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 115 (45.31% from 255) = 23.05%
R=34.87%
G=42.08%
B=23.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101150.1700.450.1882.7451.3563.73
HexAED2731102D12533340
Octal256322163210552212363100
Binary101011101101001011100111000101011011001010100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED273; }

 p { color: rgb(174,210,115); }

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

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

 a { background-color: rgb(174,210,115); }

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

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

 span { border-color: rgb(174,210,115); }

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