#AAD294

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

Shades of Feijoa #AAD294

Tints of Feijoa #AAD294

Color information

#AAD294 (or 0xAAD294) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 94. RGB value is (170,210,148). Sum of RGB (Red+Green+Blue) = 170+210+148=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD294 is #552D6B. Grayscale: #BFBFBF. Windows color (decimal): -5582188 or 9753258. OLE color: 9753258.

HSL color Cylindrical-coordinate representation of color #AAD294: hue angle of 98.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD294 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB170210148-
CMYK0.1900.300.18
HSL98.71º40.79%70.2%-
HSV(B)98.71º29.52%82.35%-
XYZ44.9756.7836.61-
YUV190.97103.75113.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=32.20%
G=39.77%
B=28.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101480.1900.300.1898.7140.7970.2
HexAAD2941301E12632946
Octal252322224230362214351106
Binary101010101101001010010100100110111101001011000111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD294; }

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

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

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

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

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

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

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

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