#AAD198

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

Shades of Feijoa #AAD198

Tints of Feijoa #AAD198

Color information

#AAD198 (or 0xAAD198) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 98. RGB value is (170,209,152). Sum of RGB (Red+Green+Blue) = 170+209+152=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD198 is #552E67. Grayscale: #BFBFBF. Windows color (decimal): -5582440 or 10015146. OLE color: 10015146.

HSL color Cylindrical-coordinate representation of color #AAD198: hue angle of 101.05º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD198 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB170209152-
CMYK0.1900.270.18
HSL101.05º38.26%70.78%-
HSV(B)101.05º27.27%81.96%-
XYZ45.0556.4138.22-
YUV190.84106.08113.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=32.02%
G=39.36%
B=28.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091520.1900.270.18101.0538.2670.78
HexAAD1981301B12652647
Octal252321230230332214546107
Binary101010101101000110011000100110110111001011001011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD198; }

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

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

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

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

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

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

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

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