#A3DD88

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

Shades of Feijoa #A3DD88

Tints of Feijoa #A3DD88

Color information

#A3DD88 (or 0xA3DD88) is unknown color: approx Feijoa. HEX triplet: A3, DD and 88. RGB value is (163,221,136). Sum of RGB (Red+Green+Blue) = 163+221+136=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD88 is #5C2277. Grayscale: #C2C2C2. Windows color (decimal): -6038136 or 8969635. OLE color: 8969635.

HSL color Cylindrical-coordinate representation of color #A3DD88: hue angle of 100.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3DD88 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB163221136-
CMYK0.2600.380.13
HSL100.94º55.56%70%-
HSV(B)100.94º38.46%86.67%-
XYZ45.461.2832.73-
YUV193.9795.28105.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=31.35%
G=42.5%
B=26.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211360.2600.380.13100.9455.5670
HexA3DD881A026D653846
Octal243335210320461514570106
Binary101000111101110110001000110100100110110111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD88; }

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

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

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

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

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

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

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

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