#AADF92

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

Shades of Feijoa #AADF92

Tints of Feijoa #AADF92

Color information

#AADF92 (or 0xAADF92) is unknown color: approx Feijoa. HEX triplet: AA, DF and 92. RGB value is (170,223,146). Sum of RGB (Red+Green+Blue) = 170+223+146=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF92 is #55206D. Grayscale: #C6C6C6. Windows color (decimal): -5578862 or 9625514. OLE color: 9625514.

HSL color Cylindrical-coordinate representation of color #AADF92: hue angle of 101.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADF92 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB170223146-
CMYK0.2400.350.13
HSL101.3º54.61%72.35%-
HSV(B)101.3º34.53%87.45%-
XYZ48.1563.436.89-
YUV198.3898.44107.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=31.54%
G=41.37%
B=27.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231460.2400.350.13101.354.6172.35
HexAADF9218023D653748
Octal252337222300431514567110
Binary101010101101111110010010110000100011110111001011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF92; }

 p { color: rgb(170,223,146); }

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

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

 a { background-color: rgb(170,223,146); }

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

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

 span { border-color: rgb(170,223,146); }

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