#A1D883

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

Shades of Feijoa #A1D883

Tints of Feijoa #A1D883

Color information

#A1D883 (or 0xA1D883) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 83. RGB value is (161,216,131). Sum of RGB (Red+Green+Blue) = 161+216+131=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D883 is #5E277C. Grayscale: #BEBEBE. Windows color (decimal): -6170493 or 8640673. OLE color: 8640673.

HSL color Cylindrical-coordinate representation of color #A1D883: hue angle of 98.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1D883 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB161216131-
CMYK0.2500.390.15
HSL98.82º52.15%68.04%-
HSV(B)98.82º39.35%84.71%-
XYZ43.3558.3330.45-
YUV189.8694.78107.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=31.69%
G=42.52%
B=25.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161310.2500.390.1598.8252.1568.04
HexA1D88319027F633444
Octal241330203310471714364104
Binary101000011101100010000011110010100111111111000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D883; }

 p { color: rgb(161,216,131); }

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

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

 a { background-color: rgb(161,216,131); }

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

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

 span { border-color: rgb(161,216,131); }

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