#AAF483

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

Shades of Feijoa #AAF483

Tints of Feijoa #AAF483

Color information

#AAF483 (or 0xAAF483) is unknown color: approx Feijoa. HEX triplet: AA, F4 and 83. RGB value is (170,244,131). Sum of RGB (Red+Green+Blue) = 170+244+131=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF483 is #550B7C. Grayscale: #D1D1D1. Windows color (decimal): -5573501 or 8647850. OLE color: 8647850.

HSL color Cylindrical-coordinate representation of color #AAF483: hue angle of 99.29º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF483 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB170244131-
CMYK0.3000.460.04
HSL99.29º83.7%73.53%-
HSV(B)99.29º46.31%95.69%-
XYZ53.0274.8933.13-
YUV208.9983.98100.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=31.19%
G=44.77%
B=24.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441310.3000.460.0499.2983.773.53
HexAAF4831E02E463544a
Octal252364203360564143124112
Binary101010101111010010000011111100101110100110001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF483; }

 p { color: rgb(170,244,131); }

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

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

 a { background-color: rgb(170,244,131); }

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

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

 span { border-color: rgb(170,244,131); }

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