#AAD494

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

Shades of Feijoa #AAD494

Tints of Feijoa #AAD494

Color information

#AAD494 (or 0xAAD494) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 94. RGB value is (170,212,148). Sum of RGB (Red+Green+Blue) = 170+212+148=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD494 is #552B6B. Grayscale: #C0C0C0. Windows color (decimal): -5581676 or 9753770. OLE color: 9753770.

HSL color Cylindrical-coordinate representation of color #AAD494: hue angle of 99.37º 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 #AAD494 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB170212148-
CMYK0.2000.300.17
HSL99.37º42.67%70.59%-
HSV(B)99.37º30.19%83.14%-
XYZ45.4757.7736.77-
YUV192.15103.09112.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=32.08%
G=40%
B=27.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121480.2000.300.1799.3742.6770.59
HexAAD4941401E11632b47
Octal252324224240362114353107
Binary101010101101010010010100101000111101000111000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD494; }

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

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

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

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

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

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

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

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