#AAF17D

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

Shades of Feijoa #AAF17D

Tints of Feijoa #AAF17D

Color information

#AAF17D (or 0xAAF17D) is unknown color: approx Feijoa. HEX triplet: AA, F1 and 7D. RGB value is (170,241,125). Sum of RGB (Red+Green+Blue) = 170+241+125=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF17D is #550E82. Grayscale: #CECECE. Windows color (decimal): -5574275 or 8253866. OLE color: 8253866.

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

Color convert

RGB170241125-
CMYK0.2900.480.05
HSL96.72º80.56%71.76%-
HSV(B)96.72º48.13%94.51%-
XYZ51.7372.9430.75-
YUV206.5581.98101.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=31.72%
G=44.96%
B=23.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411250.2900.480.0596.7280.5671.76
HexAAF17D1D0305615148
Octal252361175350605141121110
Binary10101010111100011111101111010110000101110000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF17D; }

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

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

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

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

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

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

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

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