#AED494

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

Shades of Feijoa #AED494

Tints of Feijoa #AED494

Color information

#AED494 (or 0xAED494) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 94. RGB value is (174,212,148). Sum of RGB (Red+Green+Blue) = 174+212+148=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #AED494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED494 is #512B6B. Grayscale: #C1C1C1. Windows color (decimal): -5319532 or 9753774. OLE color: 9753774.

HSL color Cylindrical-coordinate representation of color #AED494: hue angle of 95.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED494 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB174212148-
CMYK0.1800.300.17
HSL95.62º42.67%70.59%-
HSV(B)95.62º30.19%83.14%-
XYZ46.3458.2236.81-
YUV193.34102.41114.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=32.58%
G=39.70%
B=27.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121480.1800.300.1795.6242.6770.59
HexAED4941201E11602b47
Octal256324224220362114053107
Binary101011101101010010010100100100111101000111000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED494; }

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

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

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

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

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

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

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

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