#AAD595

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

Shades of Feijoa #AAD595

Tints of Feijoa #AAD595

Color information

#AAD595 (or 0xAAD595) is unknown color: approx Feijoa. HEX triplet: AA, D5 and 95. RGB value is (170,213,149). Sum of RGB (Red+Green+Blue) = 170+213+149=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD595 is #552A6A. Grayscale: #C1C1C1. Windows color (decimal): -5581419 or 9819562. OLE color: 9819562.

HSL color Cylindrical-coordinate representation of color #AAD595: hue angle of 100.31º degrees, saturation: 0.43, 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 #AAD595 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB170213149-
CMYK0.2000.300.16
HSL100.31º43.24%70.98%-
HSV(B)100.31º30.05%83.53%-
XYZ45.858.337.27-
YUV192.85103.25111.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=31.95%
G=40.04%
B=28.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131490.2000.300.16100.3143.2470.98
HexAAD5951401E10642b47
Octal252325225240362014453107
Binary101010101101010110010101101000111101000011001001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD595; }

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

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

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

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

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

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

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

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