#AAD691

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

Shades of Feijoa #AAD691

Tints of Feijoa #AAD691

Color information

#AAD691 (or 0xAAD691) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 91. RGB value is (170,214,145). Sum of RGB (Red+Green+Blue) = 170+214+145=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD691 is #55296E. Grayscale: #C1C1C1. Windows color (decimal): -5581167 or 9557674. OLE color: 9557674.

HSL color Cylindrical-coordinate representation of color #AAD691: hue angle of 98.26º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD691 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB170214145-
CMYK0.2100.320.16
HSL98.26º45.7%70.39%-
HSV(B)98.26º32.24%83.92%-
XYZ45.7358.6835.7-
YUV192.98100.92111.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=32.14%
G=40.45%
B=27.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141450.2100.320.1698.2645.770.39
HexAAD6911502010622e46
Octal252326221250402014256106
Binary1010101011010110100100011010101000001000011000101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD691; }

 p { color: rgb(170,214,145); }

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

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

 a { background-color: rgb(170,214,145); }

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

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

 span { border-color: rgb(170,214,145); }

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