#AAD098

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

Shades of Feijoa #AAD098

Tints of Feijoa #AAD098

Color information

#AAD098 (or 0xAAD098) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 98. RGB value is (170,208,152). Sum of RGB (Red+Green+Blue) = 170+208+152=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD098 is #552F67. Grayscale: #BEBEBE. Windows color (decimal): -5582696 or 10014890. OLE color: 10014890.

HSL color Cylindrical-coordinate representation of color #AAD098: hue angle of 100.71º degrees, saturation: 0.37, 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 #AAD098 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB170208152-
CMYK0.1800.270.18
HSL100.71º37.33%70.59%-
HSV(B)100.71º26.92%81.57%-
XYZ44.855.9238.14-
YUV190.25106.41113.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 208 (81.64% from 255) = 39.25%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=32.08%
G=39.25%
B=28.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081520.1800.270.18100.7137.3370.59
HexAAD0981201B12652547
Octal252320230220332214545107
Binary101010101101000010011000100100110111001011001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD098; }

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

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

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

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

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

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

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

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