#AAD08F

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

Shades of Feijoa #AAD08F

Tints of Feijoa #AAD08F

Color information

#AAD08F (or 0xAAD08F) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 8F. RGB value is (170,208,143). Sum of RGB (Red+Green+Blue) = 170+208+143=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08F is #552F70. Grayscale: #BDBDBD. Windows color (decimal): -5582705 or 9425066. OLE color: 9425066.

HSL color Cylindrical-coordinate representation of color #AAD08F: hue angle of 95.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD08F is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB170208143-
CMYK0.1800.310.18
HSL95.08º40.88%68.82%-
HSV(B)95.08º31.25%81.57%-
XYZ44.0955.6434.4-
YUV189.23101.91114.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=32.63%
G=39.92%
B=27.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081430.1800.310.1895.0840.8868.82
HexAAD08F1201F125f2945
Octal252320217220372213751105
Binary101010101101000010001111100100111111001010111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD08F; }

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

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

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

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

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

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

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

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