#AAD598

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

Shades of Feijoa #AAD598

Tints of Feijoa #AAD598

Color information

#AAD598 (or 0xAAD598) is unknown color: approx Feijoa. HEX triplet: AA, D5 and 98. RGB value is (170,213,152). Sum of RGB (Red+Green+Blue) = 170+213+152=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD598 is #552A67. Grayscale: #C1C1C1. Windows color (decimal): -5581416 or 10016170. OLE color: 10016170.

HSL color Cylindrical-coordinate representation of color #AAD598: hue angle of 102.3º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD598 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB170213152-
CMYK0.2000.290.16
HSL102.3º42.07%71.57%-
HSV(B)102.3º28.64%83.53%-
XYZ46.0458.438.55-
YUV193.19104.75111.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=31.78%
G=39.81%
B=28.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131520.2000.290.16102.342.0771.57
HexAAD5981401D10662a48
Octal252325230240352014652110
Binary101010101101010110011000101000111011000011001101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD598; }

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

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

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

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

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

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

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

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