#A7DB83

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

Shades of Feijoa #A7DB83

Tints of Feijoa #A7DB83

Color information

#A7DB83 (or 0xA7DB83) is unknown color: approx Feijoa. HEX triplet: A7, DB and 83. RGB value is (167,219,131). Sum of RGB (Red+Green+Blue) = 167+219+131=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB83 is #58247C. Grayscale: #C1C1C1. Windows color (decimal): -5776509 or 8641447. OLE color: 8641447.

HSL color Cylindrical-coordinate representation of color #A7DB83: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7DB83 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB167219131-
CMYK0.2400.400.14
HSL95.45º55%68.63%-
HSV(B)95.45º40.18%85.88%-
XYZ45.3660.5230.76-
YUV193.4292.77109.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=32.30%
G=42.36%
B=25.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191310.2400.400.1495.455568.63
HexA7DB8318028E5f3745
Octal247333203300501613767105
Binary101001111101101110000011110000101000111010111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB83; }

 p { color: rgb(167,219,131); }

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

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

 a { background-color: rgb(167,219,131); }

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

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

 span { border-color: rgb(167,219,131); }

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