#AAD293

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

Shades of Feijoa #AAD293

Tints of Feijoa #AAD293

Color information

#AAD293 (or 0xAAD293) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 93. RGB value is (170,210,147). Sum of RGB (Red+Green+Blue) = 170+210+147=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD293 is #552D6C. Grayscale: #BFBFBF. Windows color (decimal): -5582189 or 9687722. OLE color: 9687722.

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

Color convert

RGB170210147-
CMYK0.1900.300.18
HSL98.1º41.18%70%-
HSV(B)98.1º30%82.35%-
XYZ44.8956.7536.19-
YUV190.86103.25113.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=32.26%
G=39.85%
B=27.89%

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
Decimal1702101470.1900.300.1898.141.1870
HexAAD2931301E12622946
Octal252322223230362214251106
Binary101010101101001010010011100110111101001011000101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD293; }

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

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

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

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

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

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

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

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