#AADD83

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

Shades of Feijoa #AADD83

Tints of Feijoa #AADD83

Color information

#AADD83 (or 0xAADD83) is unknown color: approx Feijoa. HEX triplet: AA, DD and 83. RGB value is (170,221,131). Sum of RGB (Red+Green+Blue) = 170+221+131=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD83 is #55227C. Grayscale: #C3C3C3. Windows color (decimal): -5579389 or 8641962. OLE color: 8641962.

HSL color Cylindrical-coordinate representation of color #AADD83: hue angle of 94º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AADD83 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB170221131-
CMYK0.2300.410.13
HSL94º56.96%69.02%-
HSV(B)94º40.72%86.67%-
XYZ46.5361.930.97-
YUV195.4991.6109.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=32.57%
G=42.34%
B=25.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211310.2300.410.139456.9669.02
HexAADD8317029D5e3945
Octal252335203270511513671105
Binary101010101101110110000011101110101001110110111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD83; }

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

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

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

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

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

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

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

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