#AAD398

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

Shades of Feijoa #AAD398

Tints of Feijoa #AAD398

Color information

#AAD398 (or 0xAAD398) is unknown color: approx Feijoa. HEX triplet: AA, D3 and 98. RGB value is (170,211,152). Sum of RGB (Red+Green+Blue) = 170+211+152=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD398 is #552C67. Grayscale: #C0C0C0. Windows color (decimal): -5581928 or 10015658. OLE color: 10015658.

HSL color Cylindrical-coordinate representation of color #AAD398: hue angle of 101.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD398 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB170211152-
CMYK0.1900.280.17
HSL101.69º40.14%71.18%-
HSV(B)101.69º27.96%82.75%-
XYZ45.5457.438.39-
YUV192.02105.42112.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 211 (82.81% from 255) = 39.59%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=31.89%
G=39.59%
B=28.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111520.1900.280.17101.6940.1471.18
HexAAD3981301C11662847
Octal252323230230342114650107
Binary101010101101001110011000100110111001000111001101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD398; }

 p { color: rgb(170,211,152); }

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

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

 a { background-color: rgb(170,211,152); }

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

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

 span { border-color: rgb(170,211,152); }

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