#AAED83

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

Shades of Feijoa #AAED83

Tints of Feijoa #AAED83

Color information

#AAED83 (or 0xAAED83) is unknown color: approx Feijoa. HEX triplet: AA, ED and 83. RGB value is (170,237,131). Sum of RGB (Red+Green+Blue) = 170+237+131=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAED83 is #55127C. Grayscale: #CDCDCD. Windows color (decimal): -5575293 or 8646058. OLE color: 8646058.

HSL color Cylindrical-coordinate representation of color #AAED83: hue angle of 97.92º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAED83 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB170237131-
CMYK0.2800.450.07
HSL97.92º74.65%72.16%-
HSV(B)97.92º44.73%92.94%-
XYZ50.9670.7532.44-
YUV204.8886.3103.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 131 (51.56% from 255) = 24.35%
R=31.60%
G=44.05%
B=24.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371310.2800.450.0797.9274.6572.16
HexAAED831C02D7624b48
Octal252355203340557142113110
Binary101010101110110110000011111000101101111110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED83; }

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

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

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

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

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

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

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

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