#AAFF7D

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

Shades of Feijoa #AAFF7D

Tints of Feijoa #AAFF7D

Color information

#AAFF7D (or 0xAAFF7D) is unknown color: approx Feijoa. HEX triplet: AA, FF and 7D. RGB value is (170,255,125). Sum of RGB (Red+Green+Blue) = 170+255+125=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7D is #550082. Grayscale: #D7D7D7. Windows color (decimal): -5570691 or 8257450. OLE color: 8257450.

HSL color Cylindrical-coordinate representation of color #AAFF7D: hue angle of 99.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFF7D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB170255125-
CMYK0.3300.510
HSL99.23º100%74.51%-
HSV(B)99.23º50.98%100%-
XYZ56.0481.5532.19-
YUV214.7677.3496.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=30.91%
G=46.36%
B=22.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551250.3300.51099.2310074.51
HexAAFF7D21033063644b
Octal252377175410630143144113
Binary1010101011111111111110110000101100110110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF7D; }

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

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

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

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

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

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

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

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