#AAF07D

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

Shades of Feijoa #AAF07D

Tints of Feijoa #AAF07D

Color information

#AAF07D (or 0xAAF07D) is unknown color: approx Feijoa. HEX triplet: AA, F0 and 7D. RGB value is (170,240,125). Sum of RGB (Red+Green+Blue) = 170+240+125=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF07D is #550F82. Grayscale: #CECECE. Windows color (decimal): -5574531 or 8253610. OLE color: 8253610.

HSL color Cylindrical-coordinate representation of color #AAF07D: hue angle of 96.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF07D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB170240125-
CMYK0.2900.480.06
HSL96.52º79.31%71.57%-
HSV(B)96.52º47.92%94.12%-
XYZ51.4472.3530.66-
YUV205.9682.31102.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=31.78%
G=44.86%
B=23.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401250.2900.480.0696.5279.3171.57
HexAAF07D1D0306614f48
Octal252360175350606141117110
Binary10101010111100001111101111010110000110110000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF07D; }

 p { color: rgb(170,240,125); }

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

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

 a { background-color: rgb(170,240,125); }

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

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

 span { border-color: rgb(170,240,125); }

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