#AAF172

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

Shades of Feijoa #AAF172

Tints of Feijoa #AAF172

Color information

#AAF172 (or 0xAAF172) is unknown color: approx Feijoa. HEX triplet: AA, F1 and 72. RGB value is (170,241,114). Sum of RGB (Red+Green+Blue) = 170+241+114=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF172 is #550E8D. Grayscale: #CDCDCD. Windows color (decimal): -5574286 or 7532970. OLE color: 7532970.

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

Color convert

RGB170241114-
CMYK0.2900.530.05
HSL93.54º81.94%69.61%-
HSV(B)93.54º52.7%94.51%-
XYZ51.0772.6727.25-
YUV205.2976.48102.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=32.38%
G=45.90%
B=21.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411140.2900.530.0593.5481.9469.61
HexAAF1721D03555e5246
Octal252361162350655136122106
Binary10101010111100011110010111010110101101101111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF172; }

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

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

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

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

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

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

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

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