#A3DD83

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

Shades of Feijoa #A3DD83

Tints of Feijoa #A3DD83

Color information

#A3DD83 (or 0xA3DD83) is unknown color: approx Feijoa. HEX triplet: A3, DD and 83. RGB value is (163,221,131). Sum of RGB (Red+Green+Blue) = 163+221+131=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD83 is #5C227C. Grayscale: #C1C1C1. Windows color (decimal): -6038141 or 8641955. OLE color: 8641955.

HSL color Cylindrical-coordinate representation of color #A3DD83: hue angle of 98.67º 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 #A3DD83 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB163221131-
CMYK0.2600.410.13
HSL98.67º56.96%69.02%-
HSV(B)98.67º40.72%86.67%-
XYZ45.0661.1430.9-
YUV193.492.78106.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=31.65%
G=42.91%
B=25.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211310.2600.410.1398.6756.9669.02
HexA3DD831A029D633945
Octal243335203320511514371105
Binary101000111101110110000011110100101001110111000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD83; }

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

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

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

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

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

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

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

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