#AAD695

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

Shades of Feijoa #AAD695

Tints of Feijoa #AAD695

Color information

#AAD695 (or 0xAAD695) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 95. RGB value is (170,214,149). Sum of RGB (Red+Green+Blue) = 170+214+149=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD695 is #55296A. Grayscale: #C1C1C1. Windows color (decimal): -5581163 or 9819818. OLE color: 9819818.

HSL color Cylindrical-coordinate representation of color #AAD695: hue angle of 100.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD695 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB170214149-
CMYK0.2100.300.16
HSL100.62º44.22%71.18%-
HSV(B)100.62º30.37%83.92%-
XYZ46.0558.8137.36-
YUV193.43102.92111.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=31.89%
G=40.15%
B=27.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141490.2100.300.16100.6244.2271.18
HexAAD6951501E10652c47
Octal252326225250362014554107
Binary101010101101011010010101101010111101000011001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD695; }

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

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

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

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

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

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

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

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