#A4DB83

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

Shades of Feijoa #A4DB83

Tints of Feijoa #A4DB83

Color information

#A4DB83 (or 0xA4DB83) is unknown color: approx Feijoa. HEX triplet: A4, DB and 83. RGB value is (164,219,131). Sum of RGB (Red+Green+Blue) = 164+219+131=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB83 is #5B247C. Grayscale: #C0C0C0. Windows color (decimal): -5973117 or 8641444. OLE color: 8641444.

HSL color Cylindrical-coordinate representation of color #A4DB83: hue angle of 97.5º 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 #A4DB83 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB164219131-
CMYK0.2500.400.14
HSL97.5º55%68.63%-
HSV(B)97.5º40.18%85.88%-
XYZ44.7460.1930.73-
YUV192.5293.28107.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=31.91%
G=42.61%
B=25.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191310.2500.400.1497.55568.63
HexA4DB8319028E623745
Octal244333203310501614267105
Binary101001001101101110000011110010101000111011000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB83; }

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

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

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

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

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

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

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

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